From 2db12a1ae7f0dffd4384e71df577a407f2a35f44 Mon Sep 17 00:00:00 2001 From: Florian Kagerer Date: Tue, 10 Aug 2010 16:24:00 +0000 Subject: GUI: fix broken MT-32 tab svn-id: r51953 --- gui/options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/options.cpp b/gui/options.cpp index 072b20b393..d1901e9219 100644 --- a/gui/options.cpp +++ b/gui/options.cpp @@ -770,7 +770,7 @@ void OptionsDialog::addMT32Controls(GuiObject *boss, const Common::String &prefi _mt32DevicePopUp->setEnabled(false); } - _enableMIDISettings = true; + _enableMT32Settings = true; } // The function has an extra slider range parameter, since both the launcher and SCUMM engine -- cgit v1.2.3