diff options
author | Dart Raiden <wowemuh@gmail.com> | 2015-04-06 13:59:52 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2015-04-06 13:59:52 +0000 |
commit | 19c9aa7db13dc078b7aeee689a7bee708a455432 (patch) | |
tree | 76355b9aaa0bffdd693df943f43679b1c1576ce5 /plugins/StopSpamPlus | |
parent | 4110a3ae07db6fecafbee1ceb69a51c427a0d7c9 (diff) |
options section name as in other plugins
git-svn-id: http://svn.miranda-ng.org/main/trunk@12631 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/StopSpamPlus')
-rw-r--r-- | plugins/StopSpamPlus/src/events.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/StopSpamPlus/src/events.cpp b/plugins/StopSpamPlus/src/events.cpp index c55e9c09ee..4b1e883190 100644 --- a/plugins/StopSpamPlus/src/events.cpp +++ b/plugins/StopSpamPlus/src/events.cpp @@ -164,7 +164,7 @@ MIRANDA_HOOK_EVENT(ME_DB_EVENT_FILTER_ADD, w, l) MIRANDA_HOOK_EVENT(ME_OPT_INITIALISE, w, l)
{
OPTIONSDIALOGPAGE odp = { sizeof(odp) };
- odp.pszGroup = LPGEN("Message Sessions");
+ odp.pszGroup = LPGEN("Message sessions");
odp.pszTitle = pluginName;
odp.position = -1;
odp.hInstance = hInst;
|