diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-05-28 14:25:13 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-05-28 14:25:13 +0000 |
commit | c6818f5cbc529c51c0f8f1a392ddd5eccbc326e1 (patch) | |
tree | efe40a26d030271cfdb041cba1f2fbaf142c1a66 | |
parent | 6d657ab72c889b134c7871ceb2d7bb513a45c2f7 (diff) |
TabSRMM
changed default option
git-svn-id: http://svn.miranda-ng.org/main/trunk@209 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/TabSRMM/chat/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/chat/options.cpp b/plugins/TabSRMM/chat/options.cpp index e3e40db2ac..b2b6d9c63c 100644 --- a/plugins/TabSRMM/chat/options.cpp +++ b/plugins/TabSRMM/chat/options.cpp @@ -197,7 +197,7 @@ static struct branch_t branch1[] = { {LPGENT("Show list of users in the chat room"), "ShowNicklist", 0, 1, NULL},
{LPGENT("Colorize nicknames in member list"), "ColorizeNicks", 0, 1, NULL},
- {LPGENT("Show button menus when right clicking the buttons"), "RightClickFilter", 0, 0, NULL},
+ {LPGENT("Show button menus when right clicking the buttons"), "RightClickFilter", 0, 1, NULL},
{LPGENT("Show topic as status message on the contact list"), "TopicOnClist", 0, 1, NULL},
{LPGENT("Do not pop up the window when joining a chat room"), "PopupOnJoin", 0, 0, NULL},
{LPGENT("Hide or show the window by double click in the contact list"), "ToggleVisibility", 0, 0, NULL},
|