diff options
author | George Hazan <george.hazan@gmail.com> | 2012-08-04 18:57:44 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-08-04 18:57:44 +0000 |
commit | d716f207aa8b71f35e3872fd6b34651703c2beb7 (patch) | |
tree | 1ddff4e84ac5bc8e73e3796f1d9b07d7b6599388 /plugins/Popup | |
parent | c3fbe61899fda92575cdaec8e29301ea2707d8e6 (diff) |
links to options don't work with langpacks
git-svn-id: http://svn.miranda-ng.org/main/trunk@1355 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Popup')
-rw-r--r-- | plugins/Popup/src/opt_class.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Popup/src/opt_class.cpp b/plugins/Popup/src/opt_class.cpp index bba0731eda..82d71b288a 100644 --- a/plugins/Popup/src/opt_class.cpp +++ b/plugins/Popup/src/opt_class.cpp @@ -397,7 +397,7 @@ INT_PTR CALLBACK DlgProcOptsClasses(HWND hwnd, UINT msg, WPARAM wParam, LPARAM l ood.cbSize = sizeof(OPENOPTIONSDIALOG);
ood.pszGroup = "Customize";
ood.pszPage = "Fonts & Colors";
- CallService(MS_OPT_OPENOPTIONS, 0, (LPARAM)&ood);
+ Options_Open(&ood);
}
break;
case IDC_SOFFLINE: case IDC_SONLINE: case IDC_SAWAY: case IDC_SNA: case IDC_SOCCUPIED:
|