Skip to content

Commit

Permalink
1.2 Stable
Browse files Browse the repository at this point in the history
  • Loading branch information
shonumi committed Apr 1, 2018
1 parent fd4b177 commit 9c46c7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/qt/main_menu.cpp
Expand Up @@ -291,9 +291,9 @@ main_menu::main_menu(QWidget *parent) : QWidget(parent)

QImage logo(QString::fromStdString(config::cfg_path + "data/icons/gbe_plus.png"));
logo = logo.scaled(128, 128);
QLabel* emu_desc = new QLabel("A GB/GBC/GBA emulator with enhancements");
QLabel* emu_copyright = new QLabel("Copyright D.S. Baxter 2014-2017");
QLabel* emu_proj_copyright = new QLabel("Copyright GBE+ Team 2014-2017");
QLabel* emu_desc = new QLabel("A GB/GBC/GBA/NDS emulator with enhancements");
QLabel* emu_copyright = new QLabel("Copyright D.S. Baxter 2014-2018");
QLabel* emu_proj_copyright = new QLabel("Copyright GBE+ Team 2014-2018");
QLabel* emu_license = new QLabel("This program is licensed under the GNU GPLv2");
QLabel* emu_site = new QLabel("<a href=\"https://github.com/shonumi/gbe-plus/\">GBE+ on GitHub</a>");
emu_site->setOpenExternalLinks(true);
Expand Down

0 comments on commit 9c46c7d

Please sign in to comment.