mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-29 06:02:07 +03:00
HexEditor: Fix about dialog icon
This commit is contained in:
parent
5b43419a63
commit
1a2b693242
Notes:
sideshowbarker
2024-07-18 22:44:02 +09:00
Author: https://github.com/linusg Commit: https://github.com/SerenityOS/serenity/commit/1a2b6932422 Pull-request: https://github.com/SerenityOS/serenity/pull/5179
@ -227,7 +227,7 @@ HexEditorWidget::HexEditorWidget()
|
||||
}));
|
||||
|
||||
auto& help_menu = menubar->add_menu("Help");
|
||||
help_menu.add_action(GUI::CommonActions::make_about_action("Hex Editor", GUI::Icon::default_icon("Hex Editor"), window()));
|
||||
help_menu.add_action(GUI::CommonActions::make_about_action("Hex Editor", GUI::Icon::default_icon("app-hexeditor"), window()));
|
||||
|
||||
GUI::Application::the()->set_menubar(move(menubar));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user