diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-02-06 09:48:30 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-02-06 09:48:30 +0000 |
commit | 4280935aedbd3f13af57dd230c2fc04364d67660 (patch) | |
tree | d8ff40016e630b8acd2269b5977a2765d67a8bce /plugins/StopSpamMod/src | |
parent | e450cb0b1deaa1e4a14d65edd5607fa0e26b2d34 (diff) |
- StopSpam - tab name changed
git-svn-id: http://svn.miranda-ng.org/main/trunk@3451 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/StopSpamMod/src')
-rwxr-xr-x | plugins/StopSpamMod/src/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/StopSpamMod/src/options.cpp b/plugins/StopSpamMod/src/options.cpp index 2ab8f22572..fe4228ca6b 100755 --- a/plugins/StopSpamMod/src/options.cpp +++ b/plugins/StopSpamMod/src/options.cpp @@ -393,7 +393,7 @@ MIRANDA_HOOK_EVENT(ME_OPT_INITIALISE, w, l) odp.hInstance = hInst; odp.flags = ODPF_TCHAR; - odp.ptszTab = LPGENT("Main"); + odp.ptszTab = LPGENT("General"); odp.pszTemplate = MAKEINTRESOURCEA(IDD_MAIN); odp.pfnDlgProc = MainDlgProc; Options_AddPage(w, &odp); |