mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 18:50:50 +00:00
LibGUI: Update the AboutDialog copyright year
This commit is contained in:
parent
811b8a25c2
commit
0267d35258
Notes:
sideshowbarker
2024-07-17 02:42:21 +09:00
Author: https://github.com/tcl3
Commit: 0267d35258
Pull-request: https://github.com/SerenityOS/serenity/pull/16959
Reviewed-by: https://github.com/AtkinsSJ ✅
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