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 /plugins/StopSpamMod | |
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 'plugins/StopSpamMod')
-rwxr-xr-x | plugins/StopSpamMod/res/stopspam.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/StopSpamMod/res/stopspam.rc b/plugins/StopSpamMod/res/stopspam.rc index 253198ab30..859c00fa00 100755 --- a/plugins/StopSpamMod/res/stopspam.rc +++ b/plugins/StopSpamMod/res/stopspam.rc @@ -59,9 +59,9 @@ STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_SYSMENU FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
EDITTEXT ID_DESCRIPTION,12,7,290,82,ES_MULTILINE | ES_AUTOVSCROLL | ES_READONLY | NOT WS_TABSTOP
- LTEXT "Do not send more than ",IDC_STATIC,11,89,87,12,SS_CENTERIMAGE
+ LTEXT "Do not send more than",IDC_STATIC,11,89,87,12,SS_CENTERIMAGE
EDITTEXT ID_MAXQUESTCOUNT,107,89,30,12,ES_AUTOHSCROLL | ES_NUMBER
- LTEXT " questions to one contact (0 - for no limit)",IDC_STATIC,144,89,155,12,SS_CENTERIMAGE
+ LTEXT "questions to one contact (0 - for no limit)",IDC_STATIC,144,89,155,12,SS_CENTERIMAGE
CONTROL "Enable StopSpam-StopSpam infinite talk protection",ID_INFTALKPROT,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,106,290,10
CONTROL "Add contact permanently",ID_ADDPERMANENT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,118,290,8
|