summaryrefslogtreecommitdiff
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
parent55109ba8ce9f4b92f4d9da7ecc399aa71874adb1 (diff)
removed trailing spaces from ressources
git-svn-id: http://svn.miranda-ng.org/main/trunk@5681 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--plugins/Clist_modern/res/resource.rc4
-rw-r--r--plugins/ConnectionNotify/res/ConnectionNotify.rc2
-rw-r--r--protocols/IRCG/src/services.cpp2
3 files changed, 4 insertions, 4 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
diff --git a/plugins/ConnectionNotify/res/ConnectionNotify.rc b/plugins/ConnectionNotify/res/ConnectionNotify.rc
index 941157b6bc..e7e6448d53 100644
--- a/plugins/ConnectionNotify/res/ConnectionNotify.rc
+++ b/plugins/ConnectionNotify/res/ConnectionNotify.rc
@@ -29,7 +29,7 @@ FONT 8, "Ms Shell Dlg", 400, 0, 1
LTEXT "Background", IDC_STATIC, 34, 186, 43, 8, SS_LEFT
LTEXT "Text", IDC_STATIC, 94, 187, 41, 8, SS_LEFT
EDITTEXT IDC_INTERVAL1, 60, 195, 21, 12, WS_GROUP | ES_AUTOHSCROLL
- RTEXT "Close after: ", IDC_STATIC, 12, 197, 47, 9, SS_RIGHT
+ RTEXT "Close after:", IDC_STATIC, 12, 197, 47, 9, SS_RIGHT
LTEXT "sec.(0 default, -1 disabled)", IDC_STATIC, 84, 197, 111, 8, SS_LEFT
CONTROL "", IDC_LIST_EXCEPTIONS, WC_LISTVIEW, WS_TABSTOP | WS_BORDER | LVS_ALIGNLEFT | LVS_REPORT, 5, 14, 292, 104
CTEXT "", IDC_VERSION, 39, 222, 52, 9, SS_CENTER, WS_EX_STATICEDGE
diff --git a/protocols/IRCG/src/services.cpp b/protocols/IRCG/src/services.cpp
index e4a4b8800e..b0f8ef9625 100644
--- a/protocols/IRCG/src/services.cpp
+++ b/protocols/IRCG/src/services.cpp
@@ -858,7 +858,7 @@ static gc_item logItems[] = {
{ LPGENT("Auth nick" ), 6, MENU_POPUPITEM, FALSE },
{ LPGENT("Delete nick" ), 7, MENU_POPUPITEM, FALSE },
{ LPGENT("Identify nick" ), 8, MENU_POPUPITEM, FALSE },
- { LPGENT("Remind password " ), 9, MENU_POPUPITEM, FALSE },
+ { LPGENT("Remind password" ), 9, MENU_POPUPITEM, FALSE },
{ LPGENT("Set new password" ), 10, MENU_POPUPITEM, TRUE },
{ LPGENT("Set language" ), 11, MENU_POPUPITEM, FALSE },
{ LPGENT("Set homepage" ), 12, MENU_POPUPITEM, FALSE },