diff -ur enlightenment-0.16.6.orig/src/main.c enlightenment-0.16.6/src/main.c --- enlightenment-0.16.6.orig/src/main.c 2003-12-11 10:31:21.860105832 -0500 +++ enlightenment-0.16.6/src/main.c 2003-12-11 10:31:31.081703936 -0500 @@ -33,7 +33,7 @@ if (fork()) EDBUG_RETURN_; - Esnprintf(file, sizeof(file), "exec %s/dox %s/E-docs", ENLIGHTENMENT_BIN, + Esnprintf(file, sizeof(file), "exec %s/edox %s/E-docs", ENLIGHTENMENT_BIN, ENLIGHTENMENT_ROOT); execl(usershell(getuid()), usershell(getuid()), "-c", (char *)file, NULL); exit(0); diff -ur enlightenment-0.16.6.orig/src/misc.c enlightenment-0.16.6/src/misc.c --- enlightenment-0.16.6.orig/src/misc.c 2003-12-11 10:31:21.860105832 -0500 +++ enlightenment-0.16.6/src/misc.c 2003-12-11 10:31:38.475579896 -0500 @@ -38,7 +38,7 @@ char s[1024]; char *bins[3] = #ifndef __EMX__ - { "dox", "eesh", "epp" }; + { "edox", "eesh", "epp" }; #else { "dox.exe", "eesh.exe", "epp.exe" }; @@ -74,14 +74,14 @@ { Alert(_ ("!!!!!!!! ERROR ERROR ERROR ERROR !!!!!!!!\n" "\n" - "Enlightenment's dox executable is not able to be executed:\n" + "Enlightenment's edox executable is not able to be executed:\n" "\n" "%s\n" "This is a fatal error and Enlightenment will cease to run.\n" - "Please rectify this situation and ensure dox is installed\n" + "Please rectify this situation and ensure edox is installed\n" "correctly.\n"), s); EExit(NULL); } - Esnprintf(s, sizeof(s), "%s/dox", ENLIGHTENMENT_BIN); + Esnprintf(s, sizeof(s), "%s/edox", ENLIGHTENMENT_BIN); } for (i = 0; i < 3; i++) { diff -ur enlightenment-0.16.6.orig/src/themes/configs/menus.cfg enlightenment-0.16.6/src/themes/configs/menus.cfg --- enlightenment-0.16.6.orig/src/themes/configs/menus.cfg 2003-12-11 10:31:21.922096408 -0500 +++ enlightenment-0.16.6/src/themes/configs/menus.cfg 2003-12-11 10:31:49.277937688 -0500 @@ -109,9 +109,9 @@ ADD_MENU_SUBMENU_TEXT_ITEM("Settings", "CONFIG_SUBMENU") ADD_MENU_SUBMENU_TEXT_ITEM("Themes", "THEMES_SUBMENU") ADD_MENU_SUBMENU_TEXT_ITEM("Maintenance", "MAINT_SUBMENU") -ADD_MENU_TEXT_ITEM("Help", __A_EXEC, ENLIGHTENMENT_BIN"/dox" $EROOT"/E-docs") +ADD_MENU_TEXT_ITEM("Help", __A_EXEC, ENLIGHTENMENT_BIN"/edox" $EROOT"/E-docs") ADD_MENU_TEXT_ITEM("About Enlightenment", __A_ABOUT, "") -ADD_MENU_TEXT_ITEM("About this theme", __A_EXEC, ENLIGHTENMENT_BIN"/dox" $ETHEME"/ABOUT") +ADD_MENU_TEXT_ITEM("About this theme", __A_EXEC, ENLIGHTENMENT_BIN"/edox" $ETHEME"/ABOUT") ADD_MENU_TEXT_ITEM("Restart Enlightenment",__A_EXIT, "restart") ADD_MENU_TEXT_ITEM("Log Out", __A_EXIT, "logout") END_MENU