mirror of
https://github.com/RGBCube/serenity
synced 2025-07-08 17:47:35 +00:00
LibGUI: Tweak GAboutDialog text
This commit is contained in:
parent
3f7de2713e
commit
9619dab727
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@ GAboutDialog::GAboutDialog(const StringView& name, const GraphicsBitmap* icon, C
|
|||
label->set_font(Font::default_bold_font());
|
||||
};
|
||||
make_label(m_name, true);
|
||||
make_label("Serenity Operating System");
|
||||
make_label("(C) The Serenity Developers");
|
||||
make_label("SerenityOS");
|
||||
make_label("(C) The SerenityOS developers");
|
||||
|
||||
right_container->layout()->add_spacer();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue