mirror of
https://github.com/fergalmoran/flameshot.git
synced 2026-01-03 15:44:48 +00:00
Changed menu item to match window title
This commit is contained in:
committed by
borgmanJeremy
parent
fbdeccd065
commit
ed4ea1377b
@@ -210,7 +210,7 @@ Controller::enableTrayIcon()
|
|||||||
QAction* configAction = new QAction(tr("&Configuration"), this);
|
QAction* configAction = new QAction(tr("&Configuration"), this);
|
||||||
connect(
|
connect(
|
||||||
configAction, &QAction::triggered, this, &Controller::openConfigWindow);
|
configAction, &QAction::triggered, this, &Controller::openConfigWindow);
|
||||||
QAction* infoAction = new QAction(tr("&Information"), this);
|
QAction* infoAction = new QAction(tr("&About"), this);
|
||||||
connect(infoAction, &QAction::triggered, this, &Controller::openInfoWindow);
|
connect(infoAction, &QAction::triggered, this, &Controller::openInfoWindow);
|
||||||
QAction* quitAction = new QAction(tr("&Quit"), this);
|
QAction* quitAction = new QAction(tr("&Quit"), this);
|
||||||
connect(quitAction, &QAction::triggered, qApp, &QCoreApplication::quit);
|
connect(quitAction, &QAction::triggered, qApp, &QCoreApplication::quit);
|
||||||
|
|||||||
Reference in New Issue
Block a user