comparison 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
comparison
equal deleted inserted replaced
451:8ad70c5cd5d7 452:3d3049ae1304
418 batname = 0; 418 batname = 0;
419 419
420 if (xemacs_package != 0 && xemacs_package->type != TY_GENERIC) 420 if (xemacs_package != 0 && xemacs_package->type != TY_GENERIC)
421 { 421 {
422 batname = concat (find_xemacs_exe_path (), "\\", 422 batname = concat (find_xemacs_exe_path (), "\\",
423 find_xemacs_exe_name (), 0); 423 #if 0
424 find_xemacs_exe_name (),
425 #else
426 "runemacs.exe",
427 #endif
428 0);
424 root_desktop = check_desktop ("XEmacs", batname); 429 root_desktop = check_desktop ("XEmacs", batname);
425 root_menu = check_startmenu ("XEmacs", batname); 430 root_menu = check_startmenu ("XEmacs", batname);
426 } 431 }
427 else 432 else
428 { 433 {