From bdaadd1f1178ce393f38c282ad076d58099395f5 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 20 Nov 2013 20:58:02 +0000 Subject: more correct beep git-svn-id: http://svn.miranda-ng.org/main/trunk@6951 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/modules/plugins/pluginopts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/modules/plugins/pluginopts.cpp b/src/modules/plugins/pluginopts.cpp index 778d8248f7..9aaedd74fd 100644 --- a/src/modules/plugins/pluginopts.cpp +++ b/src/modules/plugins/pluginopts.cpp @@ -234,7 +234,7 @@ static LRESULT CALLBACK PluginListWndProc(HWND hwnd, UINT msg, WPARAM wParam, LP } szFilter.Truncate(szFilter.GetLength() - 1); - Beep(750, 200); + MessageBeep((UINT)-1); } return TRUE; -- cgit v1.2.3