[ros-diffs] [dchapyshev] 31024: - Fix small bug
dchapyshev at svn.reactos.org
dchapyshev at svn.reactos.org
Wed Dec 5 21:30:55 CET 2007
Author: dchapyshev
Date: Wed Dec 5 23:30:54 2007
New Revision: 31024
URL: http://svn.reactos.org/svn/reactos?rev=31024&view=rev
Log:
- Fix small bug
Modified:
trunk/reactos/dll/win32/syssetup/install.c
Modified: trunk/reactos/dll/win32/syssetup/install.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/syssetup/install.c?rev=31024&r1=31023&r2=31024&view=diff
==============================================================================
--- trunk/reactos/dll/win32/syssetup/install.c (original)
+++ trunk/reactos/dll/win32/syssetup/install.c Wed Dec 5 23:30:54 2007
@@ -771,7 +771,7 @@
/* 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 */
More information about the Ros-diffs
mailing list