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:
commit
b28628e0bb
1 changed files with 1 additions and 1 deletions
|
@ -11858,7 +11858,7 @@ namespace IDE
|
|||
});
|
||||
((DarkButton)dlg.mButtons[0]).Label = "Open Link";
|
||||
dlg.PopupWindow(GetActiveWindow());
|
||||
MessageBeep(.Error);
|
||||
Beep(.Error);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue