From c6818f5cbc529c51c0f8f1a392ddd5eccbc326e1 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Mon, 28 May 2012 14:25:13 +0000 Subject: TabSRMM changed default option git-svn-id: http://svn.miranda-ng.org/main/trunk@209 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TabSRMM/chat/options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') 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}, -- cgit v1.2.3