mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Re-add the "lake.bmp" wallpaper inclusion (partly imported from the deleted 0.3.1 branch, r26044)
The wallpaper is now also added to the %SystemRoot% directory instead of %SystemRoot%\system32 The only thing I did not import is the setting of the default wallpaper in "hivedef.inf". For 0.3.1, we hardcoded the full path to the wallpaper in the "hivedef.inf" file. For 0.3.3, we should either do this only in the branch or better implement a proper solution like setting the path in 2nd stage setup. svn path=/trunk/; revision=27250
This commit is contained in:
parent
f214c4f31e
commit
9c62047e36
3 changed files with 9 additions and 1 deletions
|
@ -507,3 +507,4 @@ modules\rostests\winetests\shlwapi\shlwapi_winetest.exe 7 optional
|
|||
modules\rostests\winetests\user32\user32_winetest.exe 7 optional
|
||||
modules\rostests\winetests\usp10\usp10_winetest.exe 7 optional
|
||||
modules\rostests\winetests\version\version_winetest.exe 7 optional
|
||||
modules\wallpaper\lake.bmp 4 optional
|
||||
|
|
|
@ -41,6 +41,13 @@
|
|||
</xi:fallback>
|
||||
</xi:include>
|
||||
</directory>
|
||||
<directory name="wallpaper">
|
||||
<xi:include href="wallpaper/directory.rbuild">
|
||||
<xi:fallback>
|
||||
<xi:include href="empty.rbuild" />
|
||||
</xi:fallback>
|
||||
</xi:include>
|
||||
</directory>
|
||||
<directory name="windows">
|
||||
<xi:include href="windows/directory.rbuild">
|
||||
<xi:fallback>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<group>
|
||||
<installfile base="system32">lake.bmp</installfile>
|
||||
<installfile>lake.bmp</installfile>
|
||||
</group>
|
Loading…
Reference in a new issue