Don't install Winefile icon on desktop, it's already present in the start menu

svn path=/trunk/; revision=18437
This commit is contained in:
Gé van Geldorp 2005-10-14 09:33:31 +00:00
parent f862f9f049
commit 2ae151a7dc

View file

@ -399,7 +399,6 @@ InstallReactOS (HINSTANCE hInstance)
/* 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"));