LibGUI: Update copyright character in about dialog

This commit is contained in:
Hüseyin ASLITÜRK 2020-05-09 01:37:17 +03:00 committed by Andreas Kling
parent 426cdaf65b
commit 80699a0824
Notes: sideshowbarker 2024-07-19 06:20:05 +09:00

View file

@ -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();