Retranslate undo and redo buttons
--HG-- branch : feature
This commit is contained in:
parent
0575f40a2a
commit
772836b516
|
@ -1125,6 +1125,8 @@ void MainWindow::changeEvent(QEvent *event)
|
|||
{
|
||||
// retranslate designer form (single inheritance approach)
|
||||
ui->retranslateUi(this);
|
||||
undoAction->setText(tr("&Undo"));
|
||||
redoAction->setText(tr("&Redo"));
|
||||
}
|
||||
// remember to call base class implementation
|
||||
QMainWindow::changeEvent(event);
|
||||
|
|
Loading…
Reference in New Issue
Block a user