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/TabSRMM | |
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/TabSRMM')
-rw-r--r-- | plugins/TabSRMM/res/chat.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/res/chat.rc b/plugins/TabSRMM/res/chat.rc index 20167bf0e6..03a3fb55f4 100644 --- a/plugins/TabSRMM/res/chat.rc +++ b/plugins/TabSRMM/res/chat.rc @@ -349,7 +349,7 @@ BEGIN MENUITEM "", 65535
POPUP "Message"
BEGIN
- MENUITEM "Undo ", ID_MESSAGE_UNDO, GRAYED
+ MENUITEM "Undo", ID_MESSAGE_UNDO, GRAYED
MENUITEM "Redo", ID_MESSAGE_REDO, GRAYED
MENUITEM SEPARATOR
MENUITEM "Copy", ID_MESSAGE_COPY, GRAYED
|