mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
mising desk.rc in the xml files
de.rc and cz.rc a resuse id was change svn path=/trunk/; revision=15644
This commit is contained in:
parent
2ca6508908
commit
54805d4cf5
3 changed files with 6 additions and 4 deletions
|
@ -98,7 +98,7 @@ BEGIN
|
|||
IDS_COLOR_4BIT "16 barev"
|
||||
IDS_COLOR_8BIT "256 barev"
|
||||
IDS_COLOR_16BIT "High Color (16 Bit)"
|
||||
IDS_COLOR_32BIT "True Color (24 Bit)"
|
||||
IDS_COLOR_24BIT "True Color (24 Bit)"
|
||||
IDS_COLOR_32BIT "True Color (32 Bit)"
|
||||
IDS_PIXEL "%lux%lu bodů"
|
||||
END
|
||||
|
|
|
@ -74,7 +74,7 @@ BEGIN
|
|||
IDS_COLOR_4BIT "16 Farben"
|
||||
IDS_COLOR_8BIT "256 Farben"
|
||||
IDS_COLOR_16BIT "High Color (16 Bit)"
|
||||
IDS_COLOR_32BIT "True Color (24 Bit)"
|
||||
IDS_COLOR_24BIT "True Color (24 Bit)"
|
||||
IDS_COLOR_32BIT "True Color (32 Bit)"
|
||||
IDS_PIXEL "%lux%lu Pixel"
|
||||
END
|
||||
|
|
|
@ -13,10 +13,12 @@
|
|||
<library>gdi32</library>
|
||||
<library>comctl32</library>
|
||||
<library>comdlg32</library>
|
||||
<file>desk.c</file>
|
||||
<file>desk.c</file>
|
||||
<file>background.c</file>
|
||||
<file>screensaver.c</file>
|
||||
<file>appearance.c</file>
|
||||
<file>settings.c</file>
|
||||
<file>dibitmap.c</file>
|
||||
<file>dibitmap.c</file>
|
||||
<file>desk.rc</file>
|
||||
|
||||
</module>
|
||||
|
|
Loading…
Reference in a new issue