[ros-dev] [ros-diffs] [cfinck] 39186: - Set "lake.bmp" as the default wallpaper - Add a shortcut to "Download !" to the Desktop

Ged gedmurphy at gmail.com
Wed Jan 28 22:41:03 CET 2009


Btw, there are some really nice wallpapers in the forums, much nicer than the lake.bmp we keep using.

Just a thought.


-----Original Message-----
From: ros-diffs-bounces at reactos.org [mailto:ros-diffs-bounces at reactos.org] On Behalf Of cfinck at svn.reactos.org
Sent: 28 January 2009 20:18
To: ros-diffs at reactos.org
Subject: [ros-diffs] [cfinck] 39186: - Set "lake.bmp" as the default wallpaper - Add a shortcut to "Download !" to the Desktop

Author: cfinck
Date: Wed Jan 28 14:17:33 2009
New Revision: 39186

URL: http://svn.reactos.org/svn/reactos?rev=39186&view=rev
Log:
- Set "lake.bmp" as the default wallpaper
- Add a shortcut to "Download !" to the Desktop

Modified:
    branches/ros-branch-0_3_8/reactos/boot/bootdata/hivedef_i386.inf
    branches/ros-branch-0_3_8/reactos/dll/win32/syssetup/install.c

Modified: branches/ros-branch-0_3_8/reactos/boot/bootdata/hivedef_i386.inf
URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_8/reactos/boot/bootdata/hivedef_i386.inf?rev=39186&r1=39185&r2=39186&view=diff
==============================================================================
--- branches/ros-branch-0_3_8/reactos/boot/bootdata/hivedef_i386.inf [iso-8859-1] (original)
+++ branches/ros-branch-0_3_8/reactos/boot/bootdata/hivedef_i386.inf [iso-8859-1] Wed Jan 28 14:17:33 2009
@@ -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"
 HKCU,"Control Panel\International\Geo","Nation",0x00000000,"1"

Modified: branches/ros-branch-0_3_8/reactos/dll/win32/syssetup/install.c
URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_8/reactos/dll/win32/syssetup/install.c?rev=39186&r1=39185&r2=39186&view=diff
==============================================================================
--- branches/ros-branch-0_3_8/reactos/dll/win32/syssetup/install.c [iso-8859-1] (original)
+++ branches/ros-branch-0_3_8/reactos/dll/win32/syssetup/install.c [iso-8859-1] Wed Jan 28 14:17:33 2009
@@ -756,6 +756,7 @@
 
     /* Create desktop shortcuts */
     CreateShortcut(CSIDL_DESKTOP, NULL, IDS_SHORT_CMD, _T("%SystemRoot%\\system32\\cmd.exe"), IDS_CMT_CMD, TRUE);
+    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, TRUE);




More information about the Ros-dev mailing list