mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
No need for a shortcut to kbswitch.exe on the desktop
svn path=/trunk/; revision=33441
This commit is contained in:
parent
44a984e920
commit
ba3a40c9e9
1 changed files with 0 additions and 1 deletions
|
@ -741,7 +741,6 @@ CreateShortcuts(VOID)
|
|||
|
||||
/* Create desktop shortcuts */
|
||||
CreateShortcut(CSIDL_DESKTOP, NULL, IDS_SHORT_CMD, _T("%SystemRoot%\\system32\\cmd.exe"), IDS_CMT_CMD, FALSE);
|
||||
CreateShortcut(CSIDL_DESKTOP, NULL, IDS_SHORT_KBSWITCH, _T("%SystemRoot%\\system32\\kbswitch.exe"), IDS_CMT_KBSWITCH, FALSE);
|
||||
|
||||
/* Create program startmenu shortcuts */
|
||||
CreateShortcut(CSIDL_PROGRAMS, NULL, IDS_SHORT_EXPLORER, _T("%SystemRoot%\\explorer.exe"), IDS_CMT_EXPLORER, FALSE);
|
||||
|
|
Loading…
Reference in a new issue