mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 05:12:35 +00:00
- Fix small bug
svn path=/trunk/; revision=31024
This commit is contained in:
parent
99d3788d8b
commit
08cae5540c
1 changed files with 1 additions and 1 deletions
|
@ -771,7 +771,7 @@ CreateShortcuts(VOID)
|
|||
/* Creacte Accessibility subfolder and fill if the exe is available */
|
||||
if (CreateShortcutFolder(CSIDL_PROGRAMS, IDS_SYS_ACCESSIBILITY, szFolder, sizeof(szFolder)/sizeof(szFolder[0])))
|
||||
{
|
||||
CreateShortcut(CSIDL_PROGRAMS, szFolder, IDS_SHORT_MAGNIFY, _T("%SystemRoot%\\system32\\magnify.exe"), IDS_CMT_MAGNIFY, FALSE);
|
||||
CreateShortcut(CSIDL_PROGRAMS, szFolder, IDS_SHORT_MAGNIFY, _T("%SystemRoot%\\system32\\magnify.exe"), IDS_CMT_MAGNIFY, TRUE);
|
||||
}
|
||||
|
||||
/* Create Games subfolder and fill if the exe is available */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue