summaryrefslogtreecommitdiffhomepage
path: root/editor
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-11-23 08:01:57 +0100
committerStanislaw Halik <sthalik@misaki.pl>2022-11-23 08:01:57 +0100
commite5d5fe63545a4b67e9c148ad35f4545a1c496028 (patch)
treeefe9739f0be2b67eb8faede024b15d1aa302763c /editor
parentd29c655bf4de4f40374c2ef3d4497e4662222eca (diff)
some crap
Diffstat (limited to 'editor')
-rw-r--r--editor/imgui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/imgui.cpp b/editor/imgui.cpp
index afa55485..53d39de8 100644
--- a/editor/imgui.cpp
+++ b/editor/imgui.cpp
@@ -42,7 +42,7 @@ float app::draw_main_menu()
ImGui::Separator();
#endif
bool do_quit = false;
- ImGui::MenuItem("menu_quit", "Ctrl+Q", &do_quit);
+ ImGui::MenuItem("Quit", "Ctrl+Q", &do_quit);
if (do_quit)
do_key(key_quit, kmod_none);
}