mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-06-16 12:33:19 +02:00
fix a syntax error
This commit is contained in:
+1
-1
@@ -1536,7 +1536,7 @@ void MainWindow::createActions()
|
||||
|
||||
// Add color.
|
||||
addColorAction = new QAction(tr("Add &Color Paint..."), this);
|
||||
addColorAction->setShortcut(Qt::CTRL + Qt:SHIFT + Qt::Key_A);
|
||||
addColorAction->setShortcut(Qt::CTRL + Qt::SHIFT + Qt::Key_A);
|
||||
addColorAction->setIcon(QIcon(":/add-color"));
|
||||
addColorAction->setToolTip(tr("Add a color paint..."));
|
||||
addColorAction->setIconVisibleInMenu(false);
|
||||
|
||||
Reference in New Issue
Block a user