Author: cfinck Date: Tue Jan 22 00:31:21 2008 New Revision: 31933
URL: http://svn.reactos.org/svn/reactos?rev=31933&view=rev Log: - Set "lake.bmp" as the default wallpaper - Add a shortcut to "Download !" to the Desktop - Change the version number for the Explorer start menu bitmap
Modified: branches/ros-branch-0_3_4/reactos/base/shell/explorer/res/logov.bmp branches/ros-branch-0_3_4/reactos/boot/bootdata/hivedef.inf branches/ros-branch-0_3_4/reactos/dll/win32/syssetup/install.c
Modified: branches/ros-branch-0_3_4/reactos/base/shell/explorer/res/logov.bmp URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_4/reactos/base/sh... ============================================================================== Binary files - no diff available.
Modified: branches/ros-branch-0_3_4/reactos/boot/bootdata/hivedef.inf URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_4/reactos/boot/bo... ============================================================================== --- branches/ros-branch-0_3_4/reactos/boot/bootdata/hivedef.inf (original) +++ branches/ros-branch-0_3_4/reactos/boot/bootdata/hivedef.inf Tue Jan 22 00:31:21 2008 @@ -20,7 +20,7 @@ HKCU,"Control Panel\Desktop","HungAppTimeout",0x00000002,"5000" HKCU,"Control Panel\Desktop","SCRNSAVE.EXE",0x00000000,"" HKCU,"Control Panel\Desktop","WaitToKillAppTimeout",0x00000002,"20000" -HKCU,"Control Panel\Desktop","Wallpaper",0x00000000,"" +HKCU,"Control Panel\Desktop","Wallpaper",0x00000000,"%SystemRoot%\lake.bmp" HKCU,"Control Panel\International",,0x00000012 HKCU,"Control Panel\International","Locale",0x00000000,"0409"
Modified: branches/ros-branch-0_3_4/reactos/dll/win32/syssetup/install.c URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_4/reactos/dll/win... ============================================================================== --- branches/ros-branch-0_3_4/reactos/dll/win32/syssetup/install.c (original) +++ branches/ros-branch-0_3_4/reactos/dll/win32/syssetup/install.c Tue Jan 22 00:31:21 2008 @@ -741,6 +741,7 @@
/* 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_DOWNLOADER, _T("%SystemRoot%\system32\downloader.exe"), IDS_CMT_DOWNLOADER, TRUE);
/* Create program startmenu shortcuts */ CreateShortcut(CSIDL_PROGRAMS, NULL, IDS_SHORT_EXPLORER, _T("%SystemRoot%\explorer.exe"), IDS_CMT_EXPLORER, FALSE);