]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/mainwin.cpp
Incremental improvements to the file picker, introduction of ImageDelegate
[virtualjaguar] / src / gui / mainwin.cpp
index bbeb3f867dd045aa89ac0c03fe4f6ef9aaa16ff4..3d9276f3d77d309a28cacc285acb271b1a635bec 100644 (file)
@@ -110,7 +110,7 @@ MainWin::MainWin()
        aboutAct->setStatusTip(tr("Blatant self-promotion"));
        connect(aboutAct, SIGNAL(triggered()), this, SLOT(ShowAboutWin()));
 
-       filePickAct = new QAction(QIcon(":/res/generic.png"), tr("Insert Cartridge..."), this);
+       filePickAct = new QAction(QIcon(":/res/generic.png"), tr("&Insert Cartridge..."), this);
        filePickAct->setStatusTip(tr("Insert a cartridge into Virtual Jaguar"));
        connect(filePickAct, SIGNAL(triggered()), this, SLOT(InsertCart()));