summaryrefslogtreecommitdiff
path: root/src/mo_edit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mo_edit.c')
-rw-r--r--src/mo_edit.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mo_edit.c b/src/mo_edit.c
index a3d62bd..d9013a5 100644
--- a/src/mo_edit.c
+++ b/src/mo_edit.c
@@ -8,8 +8,6 @@
#include "asset_definitions.h"
#include "../../project-base/src/project_base.h"
-// TODO(Aldrik): get rid if unnecessary draw calls (especially lists)
-
s32 global_language_id = 1;
char project_path[MAX_INPUT_LENGTH];
@@ -608,7 +606,7 @@ int main(int argc, char **argv)
}
}
- ui_end_menu_submenu();
+ ui_end_menu_submenu(localize("empty_placeholder"));
if (ui_push_menu_item(localize("close_project"), ""))
{
if (!string_equals(project_path, ""))