1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 20:42:21 +02:00

Merge pull request #2028 from zerkawei/master

Use Beep instead of MessageBeep in IDEApp
This commit is contained in:
Brian Fiete 2024-09-09 10:32:42 -04:00 committed by GitHub
commit b28628e0bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11858,7 +11858,7 @@ namespace IDE
});
((DarkButton)dlg.mButtons[0]).Label = "Open Link";
dlg.PopupWindow(GetActiveWindow());
MessageBeep(.Error);
Beep(.Error);
#endif
}
}