[Scummvm-cvs-logs] CVS: scummvm/gui options.cpp,1.99,1.100

Torbjörn Andersson eriktorbjorn at users.sourceforge.net
Thu Nov 10 03:57:05 CET 2005


Update of /cvsroot/scummvm/scummvm/gui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3057

Modified Files:
	options.cpp 
Log Message:
Removed unnecessary space from the SoundFont button's text, to keep it from
being truncated in the small version of the GUI.


Index: options.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/options.cpp,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -d -r1.99 -r1.100
--- options.cpp	18 Oct 2005 01:30:18 -0000	1.99
+++ options.cpp	10 Nov 2005 11:56:10 -0000	1.100
@@ -411,7 +411,7 @@
 	}
 
 	// SoundFont
-	_soundFontButton = addButton(boss, x, yoffset, "SoundFont: ", kChooseSoundFontCmd, 0, ws);
+	_soundFontButton = addButton(boss, x, yoffset, "SoundFont:", kChooseSoundFontCmd, 0, ws);
 	_soundFont = new StaticTextWidget(boss, x + buttonWidth + 20, yoffset + 3, _w - (x + buttonWidth + 20) - 10, kLineHeight, "None", kTextAlignLeft, ws);
 	yoffset += buttonHeight + 2 * spacing;
 





More information about the Scummvm-git-logs mailing list