mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-13 11:50:31 +02:00
Überarbeitung
Gramatik Laden Bilder
This commit is contained in:
@@ -143,7 +143,7 @@ void IntelliPhotoGui::createActions()
|
||||
|
||||
|
||||
// Create exit action and tie to IntelliPhotoGui::close()
|
||||
exitAct = new QAction(tr("E&xit"), this);
|
||||
exitAct = new QAction(tr("&Exit"), this);
|
||||
exitAct->setShortcuts(QKeySequence::Quit);
|
||||
connect(exitAct, SIGNAL(triggered()), this, SLOT(close()));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user