mnemonics: remove dockwidget hack

This commit is contained in:
Mike Skec 2021-03-12 17:43:02 +11:00 committed by Felix Queißner
parent 7e2e8b9731
commit bdc4e74ccf
2 changed files with 3 additions and 11 deletions

View File

@ -51,14 +51,6 @@ MainWindow::MainWindow(QApplication * app, QWidget *parent) :
act->setShortcut(dock->property("_shortcut").toString());
// act->setIcon(dock->windowIcon());
// TODO: make this work in non-English languages somehow
if (act->text() == "Document Outline")
act->setText("Document &Outline");
else if (act->text() == "Favourites")
act->setText("&Favourites");
else if (act->text() == "History")
act->setText("&History");
this->ui->menuView->addAction(act);
}

View File

@ -62,7 +62,7 @@
<normaloff>.</normaloff>.</iconset>
</property>
<property name="windowTitle">
<string>Document Outline</string>
<string>Document &amp;Outline</string>
</property>
<property name="_shortcut" stdset="0">
<string>Ctrl+M</string>
@ -103,7 +103,7 @@
<normaloff>.</normaloff>.</iconset>
</property>
<property name="windowTitle">
<string>Favourites</string>
<string>&amp;Favourites</string>
</property>
<property name="_shortcut" stdset="0">
<string>Ctrl+B</string>
@ -147,7 +147,7 @@
<normaloff>.</normaloff>.</iconset>
</property>
<property name="windowTitle">
<string>History</string>
<string>&amp;History</string>
</property>
<property name="_shortcut" stdset="0">
<string>Ctrl+H</string>