mirror of https://github.com/mgba-emu/mgba.git
Qt: It's 2023 now
This commit is contained in:
parent
1a29a92c3a
commit
0701fb1997
|
@ -74,7 +74,7 @@ AboutScreen::AboutScreen(QWidget* parent)
|
|||
|
||||
{
|
||||
QString copyright = m_ui.copyright->text();
|
||||
copyright.replace("{year}", QLatin1String("2022"));
|
||||
copyright.replace("{year}", QLatin1String("2023"));
|
||||
m_ui.copyright->setText(copyright);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue