1
0

i18n: update translate strings

This commit is contained in:
Gary Wang
2020-01-05 15:07:08 +08:00
parent a694c2b037
commit a41f2af021
4 changed files with 26 additions and 6 deletions

View File

@@ -340,7 +340,7 @@ void MainWindow::contextMenuEvent(QContextMenuEvent *event)
}
}
QAction * copyPixmap = new QAction(tr("Copy &Pixmap"));
QAction * copyPixmap = new QAction(tr("Copy P&ixmap"));
connect(copyPixmap, &QAction::triggered, this, [ = ](){
QClipboard *cb = QApplication::clipboard();
cb->setPixmap(m_graphicsView->scene()->renderToPixmap());