mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
LibGUI: Update the AboutDialog copyright year :^)
This commit is contained in:
parent
eb97617ff0
commit
2cfd7cbeda
Notes:
sideshowbarker
2024-07-17 21:32:12 +09:00
Author: https://github.com/sin-ack Commit: https://github.com/SerenityOS/serenity/commit/2cfd7cbeda2 Pull-request: https://github.com/SerenityOS/serenity/pull/11675
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ AboutDialog::AboutDialog(StringView name, const Gfx::Bitmap* icon, Window* paren
|
|||
if (m_name != "SerenityOS")
|
||||
make_label("SerenityOS");
|
||||
make_label(m_version_string);
|
||||
make_label("Copyright \xC2\xA9 the SerenityOS developers, 2018-2021");
|
||||
make_label("Copyright \xC2\xA9 the SerenityOS developers, 2018-2022");
|
||||
|
||||
right_container.layout()->add_spacer();
|
||||
|
||||
|
|
Loading…
Reference in a new issue