summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2013-01-25 17:31:14 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2013-01-25 17:31:14 +0000
commitc2836b496dd3343ecd236b598e00eb7bbd8a5ab2 (patch)
tree22346940568c32e4c0819c162e5d157917ed43c2 /plugins
parentce48d6738ca7482dba2842587b5c0befca41f0a0 (diff)
- fixes from person
git-svn-id: http://svn.miranda-ng.org/main/trunk@3283 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rwxr-xr-xplugins/StopSpamMod/src/options.cpp2
-rw-r--r--plugins/StopSpamPlus/res/stopspam.rc2
-rw-r--r--plugins/StopSpamPlus/src/events.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/plugins/StopSpamMod/src/options.cpp b/plugins/StopSpamMod/src/options.cpp
index e1dba9dc57..2ab8f22572 100755
--- a/plugins/StopSpamMod/src/options.cpp
+++ b/plugins/StopSpamMod/src/options.cpp
@@ -404,7 +404,7 @@ MIRANDA_HOOK_EVENT(ME_OPT_INITIALISE, w, l)
odp.pfnDlgProc = MessagesDlgProc;
Options_AddPage(w, &odp);
- odp.ptszTab = LPGENT("Protocols");
+ odp.ptszTab = LPGENT("Accounts");
odp.pszTemplate = MAKEINTRESOURCEA(IDD_PROTO);
odp.pfnDlgProc = ProtoDlgProc;
Options_AddPage(w, &odp);
diff --git a/plugins/StopSpamPlus/res/stopspam.rc b/plugins/StopSpamPlus/res/stopspam.rc
index 498e4efc50..f9861b226d 100644
--- a/plugins/StopSpamPlus/res/stopspam.rc
+++ b/plugins/StopSpamPlus/res/stopspam.rc
@@ -46,7 +46,7 @@ IDD_PROTO DIALOGEX 0, 0, 300, 211
STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_SYSMENU
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
- LTEXT "Disable protection for following protocols:",IDC_STATIC,24,7,216,11
+ LTEXT "Disable protection for following accounts:",IDC_STATIC,24,7,216,11
CONTROL "",IDC_PROTO,"SysTreeView32",TVS_DISABLEDRAGDROP | TVS_NOTOOLTIPS | TVS_NONEVENHEIGHT | WS_BORDER | WS_HSCROLL | WS_TABSTOP,24,22,216,166
END
diff --git a/plugins/StopSpamPlus/src/events.cpp b/plugins/StopSpamPlus/src/events.cpp
index 3c007afe86..d4ff7c93df 100644
--- a/plugins/StopSpamPlus/src/events.cpp
+++ b/plugins/StopSpamPlus/src/events.cpp
@@ -208,7 +208,7 @@ MIRANDA_HOOK_EVENT(ME_OPT_INITIALISE, w, l)
odp.pfnDlgProc = MessagesDlgProc;
Options_AddPage(w, &odp);
- odp.pszTab = LPGEN("Protocols");
+ odp.pszTab = LPGEN("Accounts");
odp.pszTemplate = MAKEINTRESOURCEA(IDD_PROTO);
odp.pfnDlgProc = ProtoDlgProc;
Options_AddPage(w, &odp);