diff options
Diffstat (limited to 'Userland/Applications/HexEditor/main.cpp')
-rw-r--r-- | Userland/Applications/HexEditor/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Applications/HexEditor/main.cpp b/Userland/Applications/HexEditor/main.cpp index dc5efa49ad..e8389645ef 100644 --- a/Userland/Applications/HexEditor/main.cpp +++ b/Userland/Applications/HexEditor/main.cpp @@ -43,7 +43,7 @@ int main(int argc, char** argv) return 1; } - auto app_icon = GUI::Icon::default_icon("app-hexeditor"); + auto app_icon = GUI::Icon::default_icon("app-hex-editor"); auto window = GUI::Window::construct(); window->set_title("Hex Editor"); |