diff options
author | George Hazan <ghazan@miranda.im> | 2018-06-20 22:16:03 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-06-20 22:16:03 +0300 |
commit | 669b8ef306cb953e131065dc2fe512d03186cfba (patch) | |
tree | 62a67363d3d9b74fc7d130faf1d43364c1f087d6 /plugins/TabSRMM/src/translator.cpp | |
parent | 3885b24833bd32b282ac11749422ea241d551c0d (diff) |
tabSRMM: obsolete locale support code removed, because it doesn't work at all
Diffstat (limited to 'plugins/TabSRMM/src/translator.cpp')
-rw-r--r-- | plugins/TabSRMM/src/translator.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/translator.cpp b/plugins/TabSRMM/src/translator.cpp index f52eddd944..d5cb2d58fc 100644 --- a/plugins/TabSRMM/src/translator.cpp +++ b/plugins/TabSRMM/src/translator.cpp @@ -168,7 +168,6 @@ TOptionListItem m_lvItemsTab[] = { 0, LPGENW("New windows are minimized (the option above MUST be active)"), 1, LOI_TYPE_SETTING, (UINT_PTR)"autocontainer", 1 },
{ 0, LPGENW("Activate a minimized window when a new tab is created inside it"), 0, LOI_TYPE_SETTING, (UINT_PTR)"cpopup", 1 },
{ 0, LPGENW("Automatically switch existing tabs in minimized windows on incoming messages (ignored when using Aero Peek task bar features)"), 1, LOI_TYPE_SETTING, (UINT_PTR)"autoswitchtabs", 1 },
- { 0, LPGENW("Remember and set keyboard layout per contact"), 1, LOI_TYPE_SETTING, (UINT_PTR)"al", 2 },
{ 0, LPGENW("Close button only hides message windows"), 0, LOI_TYPE_SETTING, (UINT_PTR)"hideonclose", 2 },
{ 0, LPGENW("Allow TAB key in typing area (this will disable focus selection by TAB key)"), 0, LOI_TYPE_SETTING, (UINT_PTR)"tabmode", 2 },
{ 0, LPGENW("Add offline contacts to multisend list"), 0, LOI_TYPE_SETTING, (UINT_PTR) "AllowOfflineMultisend", 2 },
|