diff netinstall/desktop.cc @ 452:3d3049ae1304 r21-2-41

Import from CVS: tag r21-2-41
author cvs
date Mon, 13 Aug 2007 11:40:21 +0200
parents 3078fd1074e8
children 0784d089fdc9
line wrap: on
line diff
--- a/netinstall/desktop.cc	Mon Aug 13 11:39:21 2007 +0200
+++ b/netinstall/desktop.cc	Mon Aug 13 11:40:21 2007 +0200
@@ -420,7 +420,12 @@
   if (xemacs_package != 0 && xemacs_package->type != TY_GENERIC)
     {
       batname = concat (find_xemacs_exe_path (), "\\",
-			find_xemacs_exe_name (), 0);
+#if 0
+			find_xemacs_exe_name (), 
+#else
+			"runemacs.exe",
+#endif
+			0);
       root_desktop = check_desktop ("XEmacs", batname);
       root_menu = check_startmenu ("XEmacs", batname);
     }