--- enlightenment-0.16.6/src/setup.c 2003-11-05 19:58:51 +0200 +++ enlightenment-0.16.6.new/src/setup.c 2003-12-06 15:26:10 +0200 @@ -849,7 +849,7 @@ mode.firsttime = 1; f = fopen(file, "w"); fprintf(f, "Congratulations, you have run enlightenment before.\n"); - fprintf(f, "Removing this file and the *.menu files in this\n"); +/* fprintf(f, "Removing this file and the *.menu files in this\n"); fprintf(f, "directory will cause enlightenment to regenerate them\n"); fprintf(f, "and run the documentation browser.\n"); fclose(f); @@ -860,7 +860,7 @@ execl(usershell(getuid()), usershell(getuid()), "-c", (char *)file, NULL); exit(0); - +*/ } EDBUG_RETURN_;