[Scummvm-cvs-logs] CVS: scummvm/gui options.cpp,1.98.2.1,1.98.2.2

Torbjörn Andersson eriktorbjorn at users.sourceforge.net
Thu Nov 10 04:00:20 CET 2005


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

Modified Files:
      Tag: branch-0-8-0
	options.cpp 
Log Message:
Backported cosmetic fix to small version of SoundFont button.


Index: options.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gui/options.cpp,v
retrieving revision 1.98.2.1
retrieving revision 1.98.2.2
diff -u -d -r1.98.2.1 -r1.98.2.2
--- options.cpp	18 Oct 2005 02:11:18 -0000	1.98.2.1
+++ options.cpp	10 Nov 2005 11:59:44 -0000	1.98.2.2
@@ -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