mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:57:35 +00:00
LibGUI: Update the AboutDialog copyright year
This commit is contained in:
parent
811b8a25c2
commit
0267d35258
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ AboutDialog::AboutDialog(StringView name, StringView version, Gfx::Bitmap const*
|
|||
if (m_name != "SerenityOS")
|
||||
make_label("SerenityOS"sv);
|
||||
make_label(m_version_string);
|
||||
make_label("Copyright \xC2\xA9 the SerenityOS developers, 2018-2022"sv);
|
||||
make_label("Copyright \xC2\xA9 the SerenityOS developers, 2018-2023"sv);
|
||||
|
||||
right_container.layout()->add_spacer();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue