mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
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:
@@ -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"));
|
||||
|
||||
Reference in New Issue
Block a user