diff options
author | George Hazan <ghazan@miranda.im> | 2020-10-11 18:16:36 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-10-11 18:16:36 +0300 |
commit | 0a81fc4cd0427bc9d6ec3a0921d507ce6285d11f (patch) | |
tree | b19b80a3679121383caa4cf4b005bf984c519204 /src/core/stdmsg | |
parent | fcb6e9d2f7ea4c76236b85389625c5f6fe821c33 (diff) |
fixes #2591 (TabSRMM: "Show buttons blablabla right click" option does not work by default)
Diffstat (limited to 'src/core/stdmsg')
-rw-r--r-- | src/core/stdmsg/src/chat_options.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/stdmsg/src/chat_options.cpp b/src/core/stdmsg/src/chat_options.cpp index c047169cd9..cd3f03b3b3 100644 --- a/src/core/stdmsg/src/chat_options.cpp +++ b/src/core/stdmsg/src/chat_options.cpp @@ -34,7 +34,6 @@ static branch_t branch1[] = { { LPGENW("Flash window when someone speaks"), "FlashWindow", 0, false }, { LPGENW("Flash window when a word is highlighted"), "FlashWindowHighlight", 0, true }, { LPGENW("Show list of users in the chat room"), "ShowNicklist", 0, true }, - { LPGENW("Show button menus when right clicking the buttons"), "RightClickFilter", 0, false }, { LPGENW("Show the topic of the room on your contact list (if supported)"), "TopicOnClist", 0, false }, { LPGENW("Do not play sounds when the chat room is focused"), "SoundsFocus", 0, false }, { LPGENW("Do not pop up the window when joining a chat room"), "PopupOnJoin", 0, false }, |