[Scummvm-cvs-logs] scummvm master -> 3eae0e61e77bd2fe51934465c14bc71d8bec6773

bluegr bluegr at gmail.com
Wed Jan 2 12:11:19 CET 2013


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
3eae0e61e7 GUI: Improve the description of the Roland GS mode checkbox


Commit: 3eae0e61e77bd2fe51934465c14bc71d8bec6773
    https://github.com/scummvm/scummvm/commit/3eae0e61e77bd2fe51934465c14bc71d8bec6773
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2013-01-02T03:07:19-08:00

Commit Message:
GUI: Improve the description of the Roland GS mode checkbox

Changed paths:
    gui/options.cpp



diff --git a/gui/options.cpp b/gui/options.cpp
index 4868f18..ea3cbff 100644
--- a/gui/options.cpp
+++ b/gui/options.cpp
@@ -877,7 +877,7 @@ void OptionsDialog::addMT32Controls(GuiObject *boss, const Common::String &prefi
 		_mt32Checkbox = new CheckboxWidget(boss, prefix + "mcMt32Checkbox", _c("True Roland MT-32 (no GM emulation)", "lowres"), _("Check if you want to use your real hardware Roland-compatible sound device connected to your computer"));
 
 	// GS Extensions setting
-	_enableGSCheckbox = new CheckboxWidget(boss, prefix + "mcGSCheckbox", _("Enable Roland GS Mode"), _("Turns off General MIDI mapping for games with Roland MT-32 soundtrack"));
+	_enableGSCheckbox = new CheckboxWidget(boss, prefix + "mcGSCheckbox", _("Roland GS Mode (disable GM mapping)"), _("Turns off General MIDI mapping for games with Roland MT-32 soundtrack"));
 
 	const MusicPlugin::List p = MusicMan.getPlugins();
 	// Make sure the null device is the first one in the list to avoid undesired






More information about the Scummvm-git-logs mailing list