]> Shamusworld >> Repos - virtualjaguar/commitdiff
New artwork for CD loading.
authorShamus Hammons <jlhamm@acm.org>
Wed, 6 Jul 2011 00:30:36 +0000 (00:30 +0000)
committerShamus Hammons <jlhamm@acm.org>
Wed, 6 Jul 2011 00:30:36 +0000 (00:30 +0000)
res/compact-disc.png [new file with mode: 0644]
src/gui/mainwin.cpp
src/gui/virtualjaguar.qrc

diff --git a/res/compact-disc.png b/res/compact-disc.png
new file mode 100644 (file)
index 0000000..a6082f8
Binary files /dev/null and b/res/compact-disc.png differ
index c73d6708a6cbffb87b90685325223847f1e80391..70812d27d6ea607cd93e5b7135c2460e0793e579 100644 (file)
@@ -165,7 +165,7 @@ MainWin::MainWin(): running(false), powerButtonOn(false), showUntunedTankCircuit
        configAct->setShortcut(QKeySequence(tr("Ctrl+c")));
        connect(configAct, SIGNAL(triggered()), this, SLOT(Configure()));
 
-       useCDAct = new QAction(QIcon(":/res/generic.png"), tr("&Use CD Unit"), this);
+       useCDAct = new QAction(QIcon(":/res/compact-disc.png"), tr("&Use CD Unit"), this);
        useCDAct->setStatusTip(tr("Use Jaguar Virtual CD unit"));
 //     useCDAct->setShortcut(QKeySequence(tr("Ctrl+c")));
        useCDAct->setCheckable(true);
index 6215a224bd820e35d093b345673fe6d927aa87e3..b669798e14b0e54fa6e3019ee05104ff13b14c2a 100644 (file)
@@ -15,6 +15,7 @@
        <file>../../res/software.png</file>
        <file>../../res/ntsc.png</file>
        <file>../../res/pal.png</file>
+       <file>../../res/compact-disc.png</file>
        <file>../../res/upper-left.png</file>
        <file>../../res/upper-right.png</file>
        <file>../../res/alpine-file.png</file>