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:
Magnus Olsen 2005-05-28 23:16:12 +00:00
parent 2ca6508908
commit 54805d4cf5
3 changed files with 6 additions and 4 deletions

View file

@ -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

View file

@ -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

View file

@ -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>