Merge from trunk:
Don't install Winefile icon on desktop, it's already present in the
start menu
Modified: branches/ros-branch-0_2_8/reactos/lib/syssetup/install.c
_____
Modified: branches/ros-branch-0_2_8/reactos/lib/syssetup/install.c
--- branches/ros-branch-0_2_8/reactos/lib/syssetup/install.c
2005-10-14 09:33:31 UTC (rev 18437)
+++ branches/ros-branch-0_2_8/reactos/lib/syssetup/install.c
2005-10-14 09:34:15 UTC (rev 18438)
@@ -399,7 +399,6 @@
/* desktop shortcuts */
CreateShortcut(CSIDL_DESKTOP, _T("Command Prompt.lnk"),
_T("cmd.exe"), _T("Open command prompt"));
- CreateShortcut(CSIDL_DESKTOP, _T("winefile.lnk"),
_T("winefile.exe"),
_T("Launch Winefile"));
/* program startmenu shortcuts */
CreateShortcut(CSIDL_PROGRAMS, _T("Command Prompt.lnk"),
_T("cmd.exe"), _T("Open command prompt"));
Show replies by date