diff --git a/src/bin/e_main.c b/src/bin/e_main.c index 8b531aedb..73f49b722 100644 --- a/src/bin/e_main.c +++ b/src/bin/e_main.c @@ -405,7 +405,7 @@ _e_main_dirs_init(void) } /* FIXME: THIS is a hack to get people started!!! */ - snprintf(buf, sizeof(buf), "%s/.e/e/applications/all/eterm.eet", homedir); + snprintf(buf, sizeof(buf), "%s/.e/e/applications/all/eterm.eapp", homedir); if (!e_file_exists(buf)) { printf("GETTING YOU STARTED!\n");