mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 08:44:58 +00:00
LibGUI+Applications: Use String in make_about_action()
This commit is contained in:
parent
e7a5a2e146
commit
ccab5ddf9b
53 changed files with 60 additions and 60 deletions
|
@ -75,7 +75,7 @@ WindowActions::WindowActions(GUI::Window& window)
|
|||
&window));
|
||||
m_tab_actions.last()->set_status_tip("Switch to last tab"_string);
|
||||
|
||||
m_about_action = GUI::CommonActions::make_about_action("Ladybird", GUI::Icon::default_icon("app-browser"sv), &window);
|
||||
m_about_action = GUI::CommonActions::make_about_action("Ladybird"_string, GUI::Icon::default_icon("app-browser"sv), &window);
|
||||
|
||||
m_show_bookmarks_bar_action = GUI::Action::create_checkable(
|
||||
"&Bookmarks Bar", { Mod_Ctrl, Key_B },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue