diff options
author | George Hazan <george.hazan@gmail.com> | 2013-11-20 20:58:02 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-11-20 20:58:02 +0000 |
commit | bdaadd1f1178ce393f38c282ad076d58099395f5 (patch) | |
tree | 044a6a96fa60a3c8eb70f9bbe74c5b8d1fe2ae38 | |
parent | 2a4cadb34ad407f08ba20486a6b6e63d19bc0e3e (diff) |
more correct beep
git-svn-id: http://svn.miranda-ng.org/main/trunk@6951 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | src/modules/plugins/pluginopts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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;
|