mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[CLT2012]
- Include the Lautus visual style by Pisarz (as a blob for now), and enable it by default svn path=/branches/ros-branch-0_3_14-clt2012/; revision=56136
This commit is contained in:
Binary file not shown.
@@ -1666,7 +1666,7 @@ HKLM,"SYSTEM\CurrentControlSet\Services\Themes","ErrorControl",0x00010001,0x0000
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\Themes","Group",0x00000000,"UIGroup"
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\Themes","ImagePath",0x00020000,"%SystemRoot%\system32\thmsvc.exe"
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\Themes","ObjectName",0x00000000,"LocalSystem"
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\Themes","Start",0x00010001,0x00000003
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\Themes","Start",0x00010001,0x00000002
|
||||
HKLM,"SYSTEM\CurrentControlSet\Services\Themes","Type",0x00010001,0x00000020
|
||||
|
||||
; Sound Blaster (NT4)
|
||||
|
||||
@@ -21,6 +21,7 @@ Signature = "$ReactOS$"
|
||||
6 = inf
|
||||
7 = bin
|
||||
8 = media
|
||||
9 = Resources\Themes\Lautus
|
||||
|
||||
.InfEnd
|
||||
|
||||
@@ -694,6 +695,9 @@ media\inf\xboxdisp.inf 6
|
||||
; Media Files
|
||||
media\sounds\ReactOS_LogOn.wav 8
|
||||
|
||||
; Lautus Theme
|
||||
media\themes\Lautus.msstyles 9 optional
|
||||
|
||||
; Ini Files
|
||||
boot\bootdata\system.ini 4
|
||||
|
||||
|
||||
@@ -22,6 +22,7 @@ Signature = "$ReactOS$"
|
||||
6 = inf
|
||||
7 = bin
|
||||
8 = media
|
||||
9 = Resources\Themes\Lautus
|
||||
|
||||
.InfEnd
|
||||
|
||||
@@ -53,4 +54,4 @@ modules\optional\vmx_svga.inf 6 optional
|
||||
modules\optional\vmx_svga.sys 2 optional
|
||||
modules\optional\wine_gecko-1.0.0-x86.cab 4 optional
|
||||
|
||||
modules\wallpaper\dark-clt2012.bmp 4 optional
|
||||
modules\wallpaper\dark-clt2012.bmp 4 optional
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
add_subdirectory(fonts)
|
||||
add_subdirectory(inf)
|
||||
add_subdirectory(nls)
|
||||
add_subdirectory(themes)
|
||||
add_subdirectory(vgafonts)
|
||||
|
||||
add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/drivers/etc/hosts DESTINATION reactos/system32/drivers/etc FOR all)
|
||||
|
||||
@@ -16,6 +16,9 @@
|
||||
<directory name="sounds">
|
||||
<xi:include href="sounds/sounds.rbuild" />
|
||||
</directory>
|
||||
<directory name="themes">
|
||||
<xi:include href="themes/themes.rbuild" />
|
||||
</directory>
|
||||
<directory name="vgafonts">
|
||||
<xi:include href="vgafonts/vgafonts.rbuild" />
|
||||
</directory>
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
|
||||
add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/Lautus.msstyles DESTINATION reactos/Resources/Themes/Lautus FOR all)
|
||||
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0"?>
|
||||
<!DOCTYPE group SYSTEM "../../tools/rbuild/project.dtd">
|
||||
<group>
|
||||
<installfile installbase="Resources/Themes/Lautus">Lautus.msstyles</installfile>
|
||||
</group>
|
||||
Reference in New Issue
Block a user