mirror of https://github.com/mgba-emu/mgba.git
Qt: Update year
This commit is contained in:
parent
e3ea64ad65
commit
a3ccb49e5d
|
@ -74,7 +74,7 @@ AboutScreen::AboutScreen(QWidget* parent)
|
|||
|
||||
{
|
||||
QString copyright = m_ui.copyright->text();
|
||||
copyright.replace("{year}", tr("2021"));
|
||||
copyright.replace("{year}", QLatin1String("2022"));
|
||||
m_ui.copyright->setText(copyright);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue