mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-15 12:50:33 +02:00
Renamed History Tool Labels For Conventions
This commit is contained in:
@@ -578,11 +578,11 @@ void IntelliPhotoGui::createActions(){
|
|||||||
actionSetInnerAlpha->setShortcut(QKeySequence(Qt::ALT + Qt::Key_A));
|
actionSetInnerAlpha->setShortcut(QKeySequence(Qt::ALT + Qt::Key_A));
|
||||||
connect(actionSetInnerAlpha, SIGNAL(triggered()), this, SLOT(slotSetInnerAlpha()));
|
connect(actionSetInnerAlpha, SIGNAL(triggered()), this, SLOT(slotSetInnerAlpha()));
|
||||||
|
|
||||||
actionGoBack = new QAction(tr("&Go back"),this);
|
actionGoBack = new QAction(tr("&Undo"),this);
|
||||||
actionGoBack->setShortcut(QKeySequence(Qt::CTRL + Qt::Key_Z));
|
actionGoBack->setShortcut(QKeySequence(Qt::CTRL + Qt::Key_Z));
|
||||||
connect(actionGoBack, SIGNAL(triggered()), this, SLOT(slotGoBack()));
|
connect(actionGoBack, SIGNAL(triggered()), this, SLOT(slotGoBack()));
|
||||||
|
|
||||||
actionGoForward = new QAction(tr("&Go forward"),this);
|
actionGoForward = new QAction(tr("&Redo"),this);
|
||||||
actionGoForward->setShortcut(QKeySequence(Qt::CTRL + Qt::Key_Y));
|
actionGoForward->setShortcut(QKeySequence(Qt::CTRL + Qt::Key_Y));
|
||||||
connect(actionGoForward, SIGNAL(triggered()), this, SLOT(slotGoForward()));
|
connect(actionGoForward, SIGNAL(triggered()), this, SLOT(slotGoForward()));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user