X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Falpinetab.cpp;h=d3e35f67709a5e8dacf4d2c56b9721f1cc053e49;hb=725caa0f8bb826a73edef366906ccb41a3197819;hp=9a173383553d2afa6907a7a18895f6d39bce516f;hpb=4333fdb4f2f297db8272d2ebc8323028df8c105f;p=virtualjaguar diff --git a/src/gui/alpinetab.cpp b/src/gui/alpinetab.cpp index 9a17338..d3e35f6 100644 --- a/src/gui/alpinetab.cpp +++ b/src/gui/alpinetab.cpp @@ -5,7 +5,7 @@ // (C) 2011 Underground Software // See the README and GPLv3 files for licensing and warranty information // -// JLH = James L. Hammons +// JLH = James Hammons // // WHO WHEN WHAT // --- ---------- ------------------------------------------------------------ @@ -54,6 +54,8 @@ AlpineTab::AlpineTab(QWidget * parent/*= 0*/): QWidget(parent) // useDSP = new QCheckBox(tr("Enable DSP")); // useHostAudio = new QCheckBox(tr("Enable audio playback")); // useUnknownSoftware = new QCheckBox(tr("Allow unknown software in file chooser")); +// Currently, this is unused, so let's signal this to the user: + writeROM->setDisabled(true); layout4->addWidget(writeROM); // layout4->addWidget(useDSP);