Author: gedmurphy
Date: Mon Oct 19 11:17:14 2015
New Revision: 69618

URL: http://svn.reactos.org/svn/reactos?rev=69618&view=rev
Log:
Missed this file. Having a shocker today...

Modified:
    trunk/reactos/dll/win32/devmgr/devmgr.rc

Modified: trunk/reactos/dll/win32/devmgr/devmgr.rc
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/devmgr/devmgr.rc?rev=69618&r1=69617&r2=69618&view=diff
==============================================================================
--- trunk/reactos/dll/win32/devmgr/devmgr.rc    [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/devmgr/devmgr.rc    [iso-8859-1] Mon Oct 19 
11:17:14 2015
@@ -20,6 +20,7 @@
 /* main toolbar icons */
 IDB_TOOLBAR    BITMAP DISCARDABLE "resources/toolbar.bmp"
 
+
 /* UTF-8 */
 #pragma code_page(65001)
 
@@ -41,6 +42,9 @@
 #ifdef LANGUAGE_ES_ES
     #include "lang/es-ES.rc"
 #endif
+#ifdef LANGUAGE_HE_IL
+    #include "lang/he-IL.rc"
+#endif
 #ifdef LANGUAGE_FR_FR
     #include "lang/fr-FR.rc"
 #endif
@@ -56,17 +60,11 @@
 #ifdef LANGUAGE_NB_NO
     #include "lang/no-NO.rc"
 #endif
+#ifdef LANGUAGE_PL_PL
+    #include "lang/pl-PL.rc"
+#endif
 #ifdef LANGUAGE_PT_BR
     #include "lang/pt-BR.rc"
-#endif
-#ifdef LANGUAGE_SK_SK
-    #include "lang/sk-SK.rc"
-#endif
-
-// UTF-8
-#pragma code_page(65001)
-#ifdef LANGUAGE_PL_PL
-    #include "lang/pl-PL.rc"
 #endif
 #ifdef LANGUAGE_RO_RO
     #include "lang/ro-RO.rc"
@@ -74,6 +72,15 @@
 #ifdef LANGUAGE_RU_RU
     #include "lang/ru-RU.rc"
 #endif
+#ifdef LANGUAGE_SK_SK
+    #include "lang/sk-SK.rc"
+#endif
+#ifdef LANGUAGE_SQ_AL
+    #include "lang/sq-AL.rc"
+#endif
+#ifdef LANGUAGE_TR_TR
+    #include "lang/tr-TR.rc"
+#endif
 #ifdef LANGUAGE_UK_UA
     #include "lang/uk-UA.rc"
 #endif


Reply via email to