diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Scriver/src/chat_options.cpp | 1 | ||||
-rw-r--r-- | plugins/TabSRMM/src/chat_options.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
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 },
|