diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-08-14 21:20:52 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-08-14 21:20:52 +0000 |
commit | ac8a5416162d3946b585afd5bfbc3c262310c9af (patch) | |
tree | 36946926c5de5097f76b175e7b837247258685d4 /plugins/Clist_modern | |
parent | ba56d9f794ef819de024b90f136ee35fd07cb4e8 (diff) |
- trailing spaces extermination in langpacks (patch from dartraiden)
git-svn-id: http://svn.miranda-ng.org/main/trunk@5694 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern')
-rw-r--r-- | plugins/Clist_modern/res/resource.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Clist_modern/res/resource.rc b/plugins/Clist_modern/res/resource.rc index 5b2be147d2..a3548f68eb 100644 --- a/plugins/Clist_modern/res/resource.rc +++ b/plugins/Clist_modern/res/resource.rc @@ -590,10 +590,10 @@ BEGIN LTEXT "pixels",IDC_STATIC3,266,42,33,8
LTEXT "pixels",IDC_STATIC2,266,28,33,8
LTEXT "Gaps",-1,136,21,38,9
- CONTROL "Use Non-Layered mode",IDC_LAYERENGINE,"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,13,74,102,11
+ CONTROL "Use Non-Layered mode",IDC_LAYERENGINE,"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,13,74,102,8
CONTROL "Round corners",IDC_ROUNDCORNERS,"Button",BS_AUTOCHECKBOX | WS_DISABLED | WS_TABSTOP,13,189,102,8
GROUPBOX "Non-layered mode",IDC_STWINDOWGROUP3,4,51,115,151
- CONTROL "Disable Skin Engine",IDC_DISABLEENGINE,"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,13,60,102,11
+ CONTROL "Disable Skin Engine",IDC_DISABLEENGINE,"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,13,62,102,8
CONTROL "Enable Aero Glass (Vista+)",IDC_AEROGLASS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,130,189,166,10
END
|