[MANIFEST]
[reactos.git] / reactos / base / setup / vmwinst / vmwinst.rc
index 6ff883b..06f13f1 100644 (file)
@@ -14,6 +14,8 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
 IDB_WATERMARK BITMAP "resources/watermark.bmp"
 IDB_HEADER BITMAP "resources/header.bmp"
 
+#include <reactos/manifest_exe.rc>
+
 /* UTF-8 */
 #pragma code_page(65001)
 
@@ -77,12 +79,12 @@ IDB_HEADER BITMAP "resources/header.bmp"
 #ifdef LANGUAGE_SK_SK
     #include "lang/sk-SK.rc"
 #endif
-#ifdef LANGUAGE_SV_SE
-    #include "lang/sv-SE.rc"
-#endif
 #ifdef LANGUAGE_SQ_AL
     #include "lang/sq-AL.rc"
 #endif
+#ifdef LANGUAGE_SV_SE
+    #include "lang/sv-SE.rc"
+#endif
 #ifdef LANGUAGE_TR_TR
     #include "lang/tr-TR.rc"
 #endif