Index: desktop.cc =================================================================== RCS file: /cvs/cygwin-apps/setup/desktop.cc,v retrieving revision 2.44 diff -u -p -r2.44 desktop.cc --- desktop.cc 6 Aug 2006 21:39:28 -0000 2.44 +++ desktop.cc 12 Oct 2006 13:47:30 -0000 @@ -155,7 +155,7 @@ desktop_icon (const std::string& title, static void make_cygwin_bat () { - batname = backslash (cygpath ("/cygwin.bat")); + batname = backslash (cygpath ("/Cygwin.bat")); /* if the batch file exists, don't overwrite it */ if (_access (batname.c_str(), 0) == 0) @@ -179,7 +179,7 @@ make_cygwin_bat () static void save_icon () { - iconname = backslash (cygpath ("/cygwin.ico")); + iconname = backslash (cygpath ("/Cygwin.ico")); HRSRC rsrc = FindResource (NULL, "CYGWIN.ICON", "FILE"); if (rsrc == NULL)