[Scummvm-cvs-logs] SF.net SVN: scummvm: [27855] scummvm/branches/gsoc2007-mixer/gui/options. cpp

dogmatixman at users.sourceforge.net dogmatixman at users.sourceforge.net
Mon Jul 2 19:47:08 CEST 2007


Revision: 27855
          http://scummvm.svn.sourceforge.net/scummvm/?rev=27855&view=rev
Author:   dogmatixman
Date:     2007-07-02 10:47:08 -0700 (Mon, 02 Jul 2007)

Log Message:
-----------
Changed rate converter selection text to be more user-friendly, and added a missing reflow line.

Modified Paths:
--------------
    scummvm/branches/gsoc2007-mixer/gui/options.cpp

Modified: scummvm/branches/gsoc2007-mixer/gui/options.cpp
===================================================================
--- scummvm/branches/gsoc2007-mixer/gui/options.cpp	2007-07-02 13:52:33 UTC (rev 27854)
+++ scummvm/branches/gsoc2007-mixer/gui/options.cpp	2007-07-02 17:47:08 UTC (rev 27855)
@@ -88,8 +88,8 @@
 };
 
 const char *OptionsDialog::_rateConverterDesc[] = {
-	"Linear (low qual, faster)",
-	"Filtering (high qual, slower)",
+	"Linear (fastest)",
+	"Filtering (best)",
 	0
 };
 
@@ -677,6 +677,8 @@
 		_midiPopUp->changeLabelWidth(labelWidth);
 	if (_outputRatePopUp)
 		_outputRatePopUp->changeLabelWidth(labelWidth);
+	if (_rateConverterPopUp)
+		_rateConverterPopUp->changeLabelWidth(labelWidth);
 	if (_gfxPopUp)
 		_gfxPopUp->changeLabelWidth(labelWidth);
 	if (_renderModePopUp)


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list