Skip to content

Commit 456cbf9

Browse files
committed
-revert my last change - I confused it with regedt32.exe
svn path=/trunk/; revision=27624
1 parent 99ba170 commit 456cbf9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

reactos/boot/bootdata/packages/reactos.dff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ base\applications\network\telnet\telnet.exe 1
5252
base\applications\network\tracert\tracert.exe 1
5353
base\applications\network\whois\whois.exe 1
5454
base\applications\notepad\notepad.exe 1
55-
base\applications\regedit\regedit.exe 1
55+
base\applications\regedit\regedit.exe 4
5656
base\applications\regedit\clb\clb.dll 1
5757
base\applications\sc\sc.exe 1
5858
base\applications\screensavers\matrix\matrix.scr 1

reactos/dll/win32/syssetup/install.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ CreateShortcuts(VOID)
609609
CreateShortcut(CSIDL_PROGRAMS, szFolder, IDS_SHORT_CALC, _T("%SystemRoot%\\system32\\calc.exe"), IDS_CMT_CALC, FALSE);
610610
CreateShortcut(CSIDL_PROGRAMS, szFolder, IDS_SHORT_CMD, _T("%SystemRoot%\\system32\\cmd.exe"), IDS_CMT_CMD, FALSE);
611611
CreateShortcut(CSIDL_PROGRAMS, szFolder, IDS_SHORT_NOTEPAD, _T("%SystemRoot%\\system32\\notepad.exe"), IDS_CMT_NOTEPAD, FALSE);
612-
CreateShortcut(CSIDL_PROGRAMS, szFolder, IDS_SHORT_REGEDIT, _T("%SystemRoot%\\system32\\regedit.exe"), IDS_CMT_REGEDIT, FALSE);
612+
CreateShortcut(CSIDL_PROGRAMS, szFolder, IDS_SHORT_REGEDIT, _T("%SystemRoot%\\regedit.exe"), IDS_CMT_REGEDIT, FALSE);
613613
CreateShortcut(CSIDL_PROGRAMS, szFolder, IDS_SHORT_WORDPAD, _T("%SystemRoot%\\system32\\wordpad.exe"), IDS_CMT_WORDPAD, FALSE);
614614
CreateShortcut(CSIDL_PROGRAMS, szFolder, IDS_SHORT_SNAP, _T("%SystemRoot%\\system32\\screenshot.exe"), IDS_CMT_SCREENSHOT, TRUE);
615615
}

0 commit comments

Comments
 (0)