Skip to content

Commit 80699a0

Browse files
asliturkawesomekling
authored andcommitted
LibGUI: Update copyright character in about dialog
1 parent 426cdaf commit 80699a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Libraries/LibGUI/AboutDialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ AboutDialog::AboutDialog(const StringView& name, const Gfx::Bitmap* icon, Window
7373
};
7474
make_label(m_name, true);
7575
make_label("SerenityOS");
76-
make_label("(C) The SerenityOS developers");
76+
make_label("\xC2\xA9 The SerenityOS developers");
7777

7878
right_container.layout()->add_spacer();
7979

0 commit comments

Comments
 (0)