diff options
| author | Eugene Sandulenko | 2007-06-25 07:01:13 +0000 |
|---|---|---|
| committer | Eugene Sandulenko | 2007-06-25 07:01:13 +0000 |
| commit | 22f06325d47783f2b4b24300b7ef804cc46b6c68 (patch) | |
| tree | 0f588ef114e5208bb93f91b5e7fce9c46fcb487c /gui | |
| parent | 54a1136f5b4295fd2464a0378d3853bc04abea8f (diff) | |
| download | scummvm-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 'gui')
| -rw-r--r-- | gui/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/options.cpp b/gui/options.cpp index a29a5cb56e..8e38a20b94 100644 --- a/gui/options.cpp +++ b/gui/options.cpp @@ -66,7 +66,7 @@ enum { 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 }; |
