[Scummvm-cvs-logs] SF.net SVN: scummvm: [27698] scummvm/trunk

sev at users.sourceforge.net sev at users.sourceforge.net
Mon Jun 25 09:01:13 CEST 2007


Revision: 27698
          http://scummvm.svn.sourceforge.net/scummvm/?rev=27698&view=rev
Author:   sev
Date:     2007-06-25 00:01:13 -0700 (Mon, 25 Jun 2007)

Log Message:
-----------
Patch #1742574: "GUI: Unify "Default" options text"

Modified Paths:
--------------
    scummvm/trunk/gui/options.cpp
    scummvm/trunk/sound/mididrv.cpp

Modified: scummvm/trunk/gui/options.cpp
===================================================================
--- scummvm/trunk/gui/options.cpp	2007-06-24 20:35:02 UTC (rev 27697)
+++ scummvm/trunk/gui/options.cpp	2007-06-25 07:01:13 UTC (rev 27698)
@@ -66,7 +66,7 @@
 
 static const char *savePeriodLabels[] = { "Never", "every 5 mins", "every 10 mins", "every 15 mins", "every 30 mins", 0 };
 static const int savePeriodValues[] = { 0, 5 * 60, 10 * 60, 15 * 60, 30 * 60, -1 };
-static const char *outputRateLabels[] = { "Default", "22 kHz", "8 kHz", "11kHz", "44 kHz", "48 kHz", 0 };
+static const char *outputRateLabels[] = { "<default>", "22 kHz", "8 kHz", "11kHz", "44 kHz", "48 kHz", 0 };
 static const int outputRateValues[] = { 0, 22050, 8000, 11025, 44100, 48000, -1 };
 
 

Modified: scummvm/trunk/sound/mididrv.cpp
===================================================================
--- scummvm/trunk/sound/mididrv.cpp	2007-06-24 20:35:02 UTC (rev 27697)
+++ scummvm/trunk/sound/mididrv.cpp	2007-06-25 07:01:13 UTC (rev 27698)
@@ -37,7 +37,7 @@
 
 	// The flags for the "auto" & "null" drivers indicate that they are anything
 	// you want it to be.
-	{"auto", "Default", MD_AUTO, MDT_MIDI | MDT_PCSPK | MDT_ADLIB | MDT_TOWNS},
+	{"auto", "<default>", MD_AUTO, MDT_MIDI | MDT_PCSPK | MDT_ADLIB | MDT_TOWNS},
 	{"null", "No music", MD_NULL, MDT_MIDI | MDT_PCSPK | MDT_ADLIB | MDT_TOWNS},
 
 #if defined(WIN32) && !defined(_WIN32_WCE) && !defined(__SYMBIAN32__)


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