diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-05-21 15:45:23 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-05-21 15:45:23 +0000 |
commit | ebd687f634a69149228cee9a8d0fbac61a8e3034 (patch) | |
tree | 1a6df3fdd9d380641efaad8ceb37949da3c20139 /plugins/Clist_nicer | |
parent | 9d392a5e1a34b333f1849a1505d510fbf68a66af (diff) |
- "2000\XP+" remark is not needed anymore
git-svn-id: http://svn.miranda-ng.org/main/trunk@4776 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_nicer')
-rw-r--r-- | plugins/Clist_nicer/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_nicer/res/resource.rc b/plugins/Clist_nicer/res/resource.rc index 95905374a1..e996a924ae 100644 --- a/plugins/Clist_nicer/res/resource.rc +++ b/plugins/Clist_nicer/res/resource.rc @@ -278,7 +278,7 @@ BEGIN LTEXT "Gap between frames",IDC_STATIC,173,151,87,11
EDITTEXT IDC_FRAMEGAP,264,149,31,12,ES_RIGHT | ES_AUTOHSCROLL | ES_NUMBER
CONTROL "",IDC_FRAMEGAPSPIN,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS | UDS_HOTTRACK,284,148,10,14
- GROUPBOX "Translucency options (Windows 2000/XP only)",IDC_STATIC,1,168,302,56
+ GROUPBOX "Translucency options",IDC_STATIC,1,168,302,56
CONTROL "Transparent contact list",IDC_TRANSPARENT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,181,149,9
LTEXT "Inactive opacity:",IDC_STATIC11,11,191,75,8
CONTROL "Slider2",IDC_TRANSINACTIVE,"msctls_trackbar32",TBS_TOP | TBS_NOTICKS | WS_TABSTOP,93,190,34,11
|