LibGUI: Update copyright character in about dialog
This commit is contained in:
parent
426cdaf65b
commit
80699a0824
Notes:
sideshowbarker
2024-07-19 06:20:05 +09:00
Author: https://github.com/asliturk Commit: https://github.com/SerenityOS/serenity/commit/80699a08245 Pull-request: https://github.com/SerenityOS/serenity/pull/2304
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ AboutDialog::AboutDialog(const StringView& name, const Gfx::Bitmap* icon, Window
|
|||
};
|
||||
make_label(m_name, true);
|
||||
make_label("SerenityOS");
|
||||
make_label("(C) The SerenityOS developers");
|
||||
make_label("\xC2\xA9 The SerenityOS developers");
|
||||
|
||||
right_container.layout()->add_spacer();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue