Skip to content

Commit

Permalink
The real 1.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
shonumi committed Apr 1, 2020
1 parent faa1121 commit 9774269
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/qt/main_menu.cpp
Expand Up @@ -301,8 +301,8 @@ 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/NDS emulator with enhancements");
QLabel* emu_copyright = new QLabel("Copyright D.S. Baxter 2014-2019");
QLabel* emu_proj_copyright = new QLabel("Copyright GBE+ Team 2014-2019");
QLabel* emu_copyright = new QLabel("Copyright D.S. Baxter 2014-2020");
QLabel* emu_proj_copyright = new QLabel("Copyright GBE+ Team 2014-2020");
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 9774269

Please sign in to comment.