diff options
author | Robert Pösel <robyer@seznam.cz> | 2014-07-03 11:59:17 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2014-07-03 11:59:17 +0000 |
commit | 4a169bcadd04723ecbdce8b692ea4c6aba94cadb (patch) | |
tree | c3a8309a19a48273fdcf7f84a71320a266d2cad1 /plugins | |
parent | 183ce099a36e0019d0cd049774100f91eeca7c48 (diff) |
Clist_modern: Remove unused text from options
git-svn-id: http://svn.miranda-ng.org/main/trunk@9661 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Clist_modern/res/resource.rc | 1 | ||||
-rw-r--r-- | plugins/Clist_modern/src/resource.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Clist_modern/res/resource.rc b/plugins/Clist_modern/res/resource.rc index d92154f7c2..de0eb190de 100644 --- a/plugins/Clist_modern/res/resource.rc +++ b/plugins/Clist_modern/res/resource.rc @@ -472,7 +472,6 @@ BEGIN "Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,151,196,10
GROUPBOX "Metacontacts stuff",IDC_FRAME_META,2,81,218,101
GROUPBOX "Additional stuff",IDC_FRAME_META2,2,12,218,65
- CTEXT "For other stuff metacontacts should be enabled.",IDC_FRAME_META_CAPT,11,94,201,26,NOT WS_VISIBLE
CONTROL "Allow internal requesting of status message text",IDC_DISCOVER_AWAYMSG,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,38,201,10
EDITTEXT IDC_SUBINDENT,154,163,35,12,ES_NUMBER
diff --git a/plugins/Clist_modern/src/resource.h b/plugins/Clist_modern/src/resource.h index 2f0b4d4b9b..964f70d113 100644 --- a/plugins/Clist_modern/src/resource.h +++ b/plugins/Clist_modern/src/resource.h @@ -293,7 +293,6 @@ #define IDC_AVATAR_CUSTOM_CORNER_SIZE_CHECK 1761
#define IDC_XSTATUS_HAS_PRIORITY 1761
#define IDC_CONTLAYER 1761
-#define IDC_FRAME_META_CAPT 1762
#define IDC_OFFSETICON 1762
#define IDC_SHOW_STATUS_IF_NOAWAY 1762
#define IDC_CHECK6 1762
|