1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 09:04:59 +00:00

Userland: Show "Ladybird" instead of "Browser" in titles, menus, etc

While the binary is still called "Browser" for now, let's make it clear
that we're converging on a single name for this application.
This commit is contained in:
Andreas Kling 2023-05-09 06:05:36 +02:00
parent 07c6cebbab
commit 15211cd753
6 changed files with 7 additions and 7 deletions

View file

@ -75,7 +75,7 @@ WindowActions::WindowActions(GUI::Window& window)
&window));
m_tab_actions.last()->set_status_tip("Switch to last tab");
m_about_action = GUI::CommonActions::make_about_action("Browser", GUI::Icon::default_icon("app-browser"sv), &window);
m_about_action = GUI::CommonActions::make_about_action("Ladybird", GUI::Icon::default_icon("app-browser"sv), &window);
m_show_bookmarks_bar_action = GUI::Action::create_checkable(
"&Bookmarks Bar", { Mod_Ctrl, Key_B },