diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2013-08-14 08:39:00 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2013-08-14 08:39:00 +0000 |
commit | a9774f973c2fafb488e70e408340644a5be6eaf3 (patch) | |
tree | 3ed45a3e1ec5b9e4de5ea670c22951eb579eeaa8 /protocols/Yahoo/res | |
parent | a3153feaa3cf36863ec8604c9fbc0fe9f82f9626 (diff) |
removed trailing spaces from ressources
git-svn-id: http://svn.miranda-ng.org/main/trunk@5678 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Yahoo/res')
-rw-r--r-- | protocols/Yahoo/res/Yahoo.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Yahoo/res/Yahoo.rc b/protocols/Yahoo/res/Yahoo.rc index dd8d7da5a2..db16f26edb 100644 --- a/protocols/Yahoo/res/Yahoo.rc +++ b/protocols/Yahoo/res/Yahoo.rc @@ -72,9 +72,9 @@ EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN GROUPBOX "Yahoo Ignore List",IDC_STIGNGROUP,8,10,280,210 - CONTROL "Ignore anyone who is not on my Yahoo buddy list ",IDC_OPT_IGN_UNKNOWN, + CONTROL "Ignore anyone who is not on my Yahoo buddy list",IDC_OPT_IGN_UNKNOWN, "Button",BS_AUTORADIOBUTTON,16,20,232,10 - CONTROL "Ignore only the people below: ",IDC_OPT_IGN_LIST,"Button",BS_AUTORADIOBUTTON,16,36,232,10 + CONTROL "Ignore only the people below:",IDC_OPT_IGN_LIST,"Button",BS_AUTORADIOBUTTON,16,36,232,10 EDITTEXT IDC_YIGN_EDIT,16,53,232,13,ES_AUTOHSCROLL PUSHBUTTON "&Add",IDC_IGN_ADD,250,52,34,12 LISTBOX IDC_YIGN_LIST,16,68,232,150,LBS_SORT | LBS_HASSTRINGS | WS_VSCROLL |