mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-06-16 12:33:19 +02:00
Issue: #410 Rewind button hover text changed to Restart
This commit is contained in:
@@ -1822,10 +1822,10 @@ void MainWindow::createActions()
|
||||
pauseAction->setVisible(false);
|
||||
|
||||
// Rewind.
|
||||
rewindAction = new QAction(tr("Rewind"), this);
|
||||
rewindAction = new QAction(tr("Restart"), this);
|
||||
rewindAction->setShortcut(Qt::CTRL + Qt::Key_R);
|
||||
rewindAction->setIcon(QIcon(":/rewind"));
|
||||
rewindAction->setToolTip(tr("Rewind"));
|
||||
rewindAction->setToolTip(tr("Restart"));
|
||||
rewindAction->setIconVisibleInMenu(false);
|
||||
rewindAction->setShortcutContext(Qt::ApplicationShortcut);
|
||||
addAction(rewindAction);
|
||||
|
||||
Reference in New Issue
Block a user