mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:07:34 +00:00
HexEditor: Fix about dialog icon
This commit is contained in:
parent
5b43419a63
commit
1a2b693242
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue