1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-04 07:15:59 +02:00

Use Beep instead of MessageBeep

This commit is contained in:
zkw 2024-09-09 13:51:22 +02:00
parent b5ceaf9a4e
commit e1c8ed5a19

View file

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