From 0a81fc4cd0427bc9d6ec3a0921d507ce6285d11f Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 11 Oct 2020 18:16:36 +0300 Subject: fixes #2591 (TabSRMM: "Show buttons blablabla right click" option does not work by default) --- plugins/Scriver/src/chat_options.cpp | 1 - plugins/TabSRMM/src/chat_options.cpp | 1 - 2 files changed, 2 deletions(-) (limited to 'plugins') diff --git a/plugins/Scriver/src/chat_options.cpp b/plugins/Scriver/src/chat_options.cpp index 5f3dd45f95..5bddd629d1 100644 --- a/plugins/Scriver/src/chat_options.cpp +++ b/plugins/Scriver/src/chat_options.cpp @@ -38,7 +38,6 @@ static struct branch_t branch1[] = { { LPGENW("Flash when someone speaks"), "FlashWindow", 0, 0, nullptr }, { LPGENW("Flash when a word is highlighted"), "FlashWindowHighlight", 0, 1, nullptr }, { LPGENW("Show chat nick list"), "ShowNicklist", 0, 1, nullptr }, - { LPGENW("Enable button context menus"), "RightClickFilter", 0, 0, nullptr }, { LPGENW("Show topic on your contact list (if supported)"), "TopicOnClist", 0, 0, nullptr }, { LPGENW("Do not play sounds when focused"), "SoundsFocus", 0, 0, nullptr }, { LPGENW("Do not pop up the window when joining a chat room"), "PopupOnJoin", 0, 0, nullptr }, diff --git a/plugins/TabSRMM/src/chat_options.cpp b/plugins/TabSRMM/src/chat_options.cpp index 1f3efd7646..53c3a7b4f9 100644 --- a/plugins/TabSRMM/src/chat_options.cpp +++ b/plugins/TabSRMM/src/chat_options.cpp @@ -503,7 +503,6 @@ static TOptionListItem lvItemsChat[] = { 0, LPGENW("Activate chat window on highlight"), 0, LOI_TYPE_SETTING, (UINT_PTR)"AnnoyingHighlight", 0 }, { 0, LPGENW("Show list of users in the chat room"), 1, LOI_TYPE_SETTING, (UINT_PTR)"ShowNicklist", 0 }, { 0, LPGENW("Colorize nicknames in member list"), 1, LOI_TYPE_SETTING, (UINT_PTR)"ColorizeNicks", 0 }, - { 0, LPGENW("Show button menus when right clicking the buttons"), 1, LOI_TYPE_SETTING, (UINT_PTR)"RightClickFilter", 0 }, { 0, LPGENW("Show topic as status message on the contact list"), 1, LOI_TYPE_SETTING, (UINT_PTR)"TopicOnClist", 0 }, { 0, LPGENW("Do not pop up the window when joining a chat room"), 0, LOI_TYPE_SETTING, (UINT_PTR)"PopupOnJoin", 0 }, { 0, LPGENW("Sync splitter position with standard IM sessions"), 0, LOI_TYPE_SETTING, (UINT_PTR)"SyncSplitter", 0 }, -- cgit v1.2.3