mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:18:11 +00:00
LibGUI: Update copyright character in about dialog
This commit is contained in:
parent
426cdaf65b
commit
80699a0824
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
Add a link
Reference in a new issue