[ROSAPPS]
[reactos.git] / rosapps / applications / screensavers / ssstars / resource.rc
index a57bc0d..8fe00a9 100644 (file)
 #define IDC_STATIC    -1
 #endif
 
-#ifndef DS_SHELLFONT
-#define DS_SHELLFONT DS_SETFONT|DS_FIXEDSYS
-#endif
-
 // Common resources
 
 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
@@ -43,10 +39,30 @@ IDI_STARFIELD           ICON    DISCARDABLE     "res/icon_stars.ico"
 IDB_COSMOS              BITMAP  DISCARDABLE     "res/cosmicfractal.bmp"
 IDB_STAR                BITMAP  DISCARDABLE     "res/star.bmp"
 
+#include <reactos/manifest_exe.rc>
 
 // Language resources
+/* UTF-8 */
 #pragma code_page(65001)
-#include "lang/en-US.rc"
-#include "lang/it-IT.rc"
-#include "lang/ru-RU.rc"
-#include "lang/pl-PL.rc"
+
+#ifdef LANGUAGE_DE_DE
+    #include "lang/de-DE.rc"
+#endif
+#ifdef LANGUAGE_EN_US
+    #include "lang/en-US.rc"
+#endif
+#ifdef LANGUAGE_IT_IT
+    #include "lang/it-IT.rc"
+#endif
+#ifdef LANGUAGE_PL_PL
+    #include "lang/pl-PL.rc"
+#endif
+#ifdef LANGUAGE_RO_RO
+    #include "lang/ro-RO.rc"
+#endif
+#ifdef LANGUAGE_RU_RU
+    #include "lang/ru-RU.rc"
+#endif
+#ifdef LANGUAGE_ZH_CN
+    #include "lang/zh-CN.rc"
+#endif