diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2012-11-04 14:55:57 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2012-11-04 14:55:57 +0000 |
commit | ecd88d0d6db0d02aa3fa829e1fef62b0d59fcdb0 (patch) | |
tree | 7d5e06b40dfc966e31090a22fbb7a76b5a49e1bc /plugins/NewXstatusNotify/src | |
parent | 5255e872971f24de03b256de2d6dfd9cd0aab159 (diff) |
- fixes minor display issues (#152)
git-svn-id: http://svn.miranda-ng.org/main/trunk@2183 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewXstatusNotify/src')
-rw-r--r-- | plugins/NewXstatusNotify/src/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewXstatusNotify/src/options.cpp b/plugins/NewXstatusNotify/src/options.cpp index 360261f8f9..cc84b83911 100644 --- a/plugins/NewXstatusNotify/src/options.cpp +++ b/plugins/NewXstatusNotify/src/options.cpp @@ -789,7 +789,7 @@ INT_PTR CALLBACK DlgProcSMPopupOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARA case BN_CLICKED:
switch (LOWORD(wParam)) {
case IDC_BT_VARIABLES:
- MessageBox(0, VARIABLES_SM_HELP_TEXT, TranslateT("Variables"), MB_OK | MB_ICONINFORMATION);
+ MessageBox(hwndDlg, VARIABLES_SM_HELP_TEXT, TranslateT("Variables"), MB_OK | MB_ICONINFORMATION);
break;
case IDC_BT_RESET:
|