summaryrefslogtreecommitdiff
path: root/plugins/NewXstatusNotify/src
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2012-11-04 14:55:57 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2012-11-04 14:55:57 +0000
commitecd88d0d6db0d02aa3fa829e1fef62b0d59fcdb0 (patch)
tree7d5e06b40dfc966e31090a22fbb7a76b5a49e1bc /plugins/NewXstatusNotify/src
parent5255e872971f24de03b256de2d6dfd9cd0aab159 (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.cpp2
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: