mirror of https://github.com/mgba-emu/mgba.git
Qt: Minor about screen fixes
This commit is contained in:
parent
b128e5dab8
commit
307e05b593
|
@ -83,7 +83,7 @@
|
|||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>© 2013 – 2018 Jeffrey Pfau, licensed under the Mozilla Public License, version 2.0
|
||||
<string>© 2013 – 2019 Jeffrey Pfau, licensed under the Mozilla Public License, version 2.0
|
||||
Game Boy Advance is a registered trademark of Nintendo Co., Ltd.</string>
|
||||
</property>
|
||||
<property name="alignment">
|
||||
|
|
|
@ -1189,7 +1189,7 @@ void Window::setupMenu(QMenuBar* menubar) {
|
|||
fileMenu->addSeparator();
|
||||
#endif
|
||||
|
||||
QAction* about = new QAction(tr("About"), fileMenu);
|
||||
QAction* about = new QAction(tr("About..."), fileMenu);
|
||||
connect(about, &QAction::triggered, openTView<AboutScreen>());
|
||||
fileMenu->addAction(about);
|
||||
|
||||
|
|
Loading…
Reference in New Issue