diff options
author | George Hazan <george.hazan@gmail.com> | 2013-04-08 13:50:38 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-04-08 13:50:38 +0000 |
commit | 3aa29ef3d7220de7080eae79b4dc31ef99bb4015 (patch) | |
tree | 8a159ad2076e1a49d7ecd71c024b2ec4f3cc7d03 /plugins/TabSRMM/src/translator.cpp | |
parent | ca720a993d46f0d1a1877c6caace01c0f3d940b4 (diff) |
finger support option removed from tabSRMM
git-svn-id: http://svn.miranda-ng.org/main/trunk@4388 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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 990d688dec..0d42c72b4e 100644 --- a/plugins/TabSRMM/src/translator.cpp +++ b/plugins/TabSRMM/src/translator.cpp @@ -39,7 +39,6 @@ TOptionListGroup m_lvGroupsModPlus[] = { };
TOptionListItem m_lvItemsModPlus[] = {
- 0, LPGENT("Show client icon in status bar (fingerprint plugin required)"), 0, LOI_TYPE_SETTING, (UINT_PTR)"adv_ClientIconInStatusBar", 0,
0, LPGENT("Show skinnable tooltip in chat (tipper plugin required)"), 1, LOI_TYPE_SETTING, (UINT_PTR)"adv_TipperTooltip", 0,
0, LPGENT("Enable typing sounds"), 0, LOI_TYPE_SETTING, (UINT_PTR)"adv_soundontyping", 0,
0, LPGENT("Disable animated GIF avatars (will not affect already open message windows)"), 0, LOI_TYPE_SETTING, (UINT_PTR)"adv_DisableAniAvatars", 0,
|