Base: Update some icons for color, quality and consistency

And remove unused filetypes
This commit is contained in:
thankyouverycool 2021-02-24 16:23:56 -05:00 committed by Andreas Kling
commit 4ebfdfdc05
Notes: sideshowbarker 2024-07-18 21:56:35 +09:00
19 changed files with 3 additions and 3 deletions

View file

@ -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");