wineconsole: Don't pad tab labels with spaces.

Francois Gouget fgouget at free.fr
Fri Jan 6 02:57:18 CST 2012


---
 programs/wineconsole/wineconsole.rc |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/programs/wineconsole/wineconsole.rc b/programs/wineconsole/wineconsole.rc
index d738433..14d0075 100644
--- a/programs/wineconsole/wineconsole.rc
+++ b/programs/wineconsole/wineconsole.rc
@@ -54,7 +54,7 @@ END
 
 IDD_OPTION DIALOG 36, 24, 140, 105
 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
-CAPTION " Options "
+CAPTION "Options"
 FONT 8, "MS Shell Dlg"
 {
 	GROUPBOX "Cursor size", -1, 5, 5, 65, 56, BS_GROUPBOX
@@ -78,7 +78,7 @@ FONT 8, "MS Shell Dlg"
 
 IDD_FONT DIALOG 36, 24, 140, 105
 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
-CAPTION " Font "
+CAPTION "Font"
 FONT 8, "MS Shell Dlg"
 {
 	LTEXT "&Font", -1, 5, 5, 50, 8
@@ -94,7 +94,7 @@ FONT 8, "MS Shell Dlg"
 
 IDD_CONFIG DIALOG 36, 24, 140, 105
 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
-CAPTION " Configuration "
+CAPTION "Configuration"
 FONT 8, "MS Shell Dlg"
 {
 	GROUPBOX "Buffer zone", -1, 10, 11, 100, 42, BS_GROUPBOX
-- 
1.7.7.3



More information about the wine-patches mailing list