summaryrefslogtreecommitdiff
path: root/plugins/Clist_modern/res
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2013-08-14 09:56:06 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2013-08-14 09:56:06 +0000
commit444ec9d7efedc39091cc184fe69c283bf464f980 (patch)
tree76d2a2a9df57c17b5e71159d6f3be27d5b5144ae /plugins/Clist_modern/res
parent55109ba8ce9f4b92f4d9da7ecc399aa71874adb1 (diff)
removed trailing spaces from ressources
git-svn-id: http://svn.miranda-ng.org/main/trunk@5681 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/res')
-rw-r--r--plugins/Clist_modern/res/resource.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Clist_modern/res/resource.rc b/plugins/Clist_modern/res/resource.rc
index d9f6a511e0..5b2be147d2 100644
--- a/plugins/Clist_modern/res/resource.rc
+++ b/plugins/Clist_modern/res/resource.rc
@@ -99,7 +99,7 @@ BEGIN
COMBOBOX IDC_CLSORT2,214,118,155,140,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
COMBOBOX IDC_CLSORT3,214,134,155,140,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
CONTROL "Always on top",IDC_ONTOP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,13,174,10
- CONTROL "Hide contact list after ",IDC_AUTOHIDE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,25,97,10
+ CONTROL "Hide contact list after",IDC_AUTOHIDE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,25,97,10
EDITTEXT IDC_HIDETIME,110,24,31,12,ES_RIGHT | ES_NUMBER
CONTROL "",IDC_HIDETIMESPIN,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS | UDS_NOTHOUSANDS | UDS_HOTTRACK,132,23,11,14
LTEXT "seconds",IDC_STATIC01,150,26,35,8
@@ -500,7 +500,7 @@ BEGIN
GROUPBOX "System tray icon mode",IDC_STATIC,2,80,292,61
CONTROL "Use xStatus icon",IDC_SHOWXSTATUS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,171,19,117,10
CONTROL "Show normal status as overlay",IDC_SHOWNORMAL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,171,32,117,10
- CONTROL "Status overlay opacity is 75% ",IDC_TRANSPARENTOVERLAY,
+ CONTROL "Status overlay opacity is 75%",IDC_TRANSPARENTOVERLAY,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,171,45,117,10
CONTROL "only when statuses differ",IDC_ALWAYSPRIMARY,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,190,94,98,10
END