aboutsummaryrefslogtreecommitdiff
path: root/sound/mididrv.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2007-06-25 07:01:13 +0000
committerEugene Sandulenko2007-06-25 07:01:13 +0000
commit22f06325d47783f2b4b24300b7ef804cc46b6c68 (patch)
tree0f588ef114e5208bb93f91b5e7fce9c46fcb487c /sound/mididrv.cpp
parent54a1136f5b4295fd2464a0378d3853bc04abea8f (diff)
downloadscummvm-rg350-22f06325d47783f2b4b24300b7ef804cc46b6c68.tar.gz
scummvm-rg350-22f06325d47783f2b4b24300b7ef804cc46b6c68.tar.bz2
scummvm-rg350-22f06325d47783f2b4b24300b7ef804cc46b6c68.zip
Patch #1742574: "GUI: Unify "Default" options text"
svn-id: r27698
Diffstat (limited to 'sound/mididrv.cpp')
-rw-r--r--sound/mididrv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/mididrv.cpp b/sound/mididrv.cpp
index a23e277f81..658ebfa457 100644
--- a/sound/mididrv.cpp
+++ b/sound/mididrv.cpp
@@ -37,7 +37,7 @@ static const MidiDriverDescription s_musicDrivers[] = {
// 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__)