diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-05-12 14:10:43 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-05-12 14:10:43 +0000 |
commit | e7f7bd917831c763c7fdf3313039f777d71165ce (patch) | |
tree | 385a7af110cad4d6a3323bde16340c2367701f91 /plugins/TabSRMM/src/chat/options.cpp | |
parent | de0d47ad095de47c8654ddf76abc555c281fc8c1 (diff) |
remove \ befor '
git-svn-id: http://svn.miranda-ng.org/main/trunk@9169 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src/chat/options.cpp')
-rw-r--r-- | plugins/TabSRMM/src/chat/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/chat/options.cpp b/plugins/TabSRMM/src/chat/options.cpp index af4763293e..9615195296 100644 --- a/plugins/TabSRMM/src/chat/options.cpp +++ b/plugins/TabSRMM/src/chat/options.cpp @@ -167,7 +167,7 @@ static branch_t branch2[] = { { LPGENT("Add a colon (:) to auto-completed user names"), "AddColonToAutoComplete", 0, 1, NULL },
{ LPGENT("Start private conversation on doubleclick in nick list (insert nick if unchecked)"), "DoubleClick4Privat", 0, 0, NULL },
{ LPGENT("Strip colors from messages in the log"), "StripFormatting", 0, 0, NULL },
- { LPGENT("Enable the \'event filter\' for new rooms"), "FilterEnabled", 0, 0, NULL },
+ { LPGENT("Enable the 'event filter' for new rooms"), "FilterEnabled", 0, 0, NULL },
{ LPGENT("Use IRC style status indicators in the log"), "LogClassicIndicators", 0, 0, NULL },
{ LPGENT("Allow clickable user names in the message log"), "ClickableNicks", 0, 1, NULL },
{ LPGENT("Colorize user names in message log"), "ColorizeNicksInLog", 0, 1, NULL },
|