Qt: Minor about screen fixes
Vicki Pfau vi@endrift.com
Wed, 27 Feb 2019 22:07:34 -0800
2 files changed,
2 insertions(+),
2 deletions(-)
M
src/platform/qt/AboutScreen.ui
→
src/platform/qt/AboutScreen.ui
@@ -83,7 +83,7 @@ <pointsize>10</pointsize>
</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">
M
src/platform/qt/Window.cpp
→
src/platform/qt/Window.cpp
@@ -1190,7 +1190,7 @@ #ifndef Q_OS_MAC
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);