mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-02 06:16:00 +02:00
Use Beep instead of MessageBeep
This commit is contained in:
parent
b5ceaf9a4e
commit
e1c8ed5a19
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