Move language-specific files to the lang folder.
authorEric Kohl <eric.kohl@reactos.org>
Sun, 27 May 2007 15:37:33 +0000 (15:37 +0000)
committerEric Kohl <eric.kohl@reactos.org>
Sun, 27 May 2007 15:37:33 +0000 (15:37 +0000)
svn path=/trunk/; revision=26925

reactos/boot/freeldr/fdebug/fdebug.rc
reactos/boot/freeldr/fdebug/lang/De.rc [moved from reactos/boot/freeldr/fdebug/De.rc with 100% similarity]
reactos/boot/freeldr/fdebug/lang/En.rc [moved from reactos/boot/freeldr/fdebug/En.rc with 100% similarity]
reactos/boot/freeldr/fdebug/lang/Fr.rc [moved from reactos/boot/freeldr/fdebug/Fr.rc with 100% similarity]
reactos/boot/freeldr/fdebug/lang/Hu.rc [moved from reactos/boot/freeldr/fdebug/Hu.rc with 100% similarity]
reactos/boot/freeldr/fdebug/lang/Id.rc [moved from reactos/boot/freeldr/fdebug/Id.rc with 100% similarity]
reactos/boot/freeldr/fdebug/lang/It.rc [moved from reactos/boot/freeldr/fdebug/It.rc with 100% similarity]
reactos/boot/freeldr/fdebug/lang/Ja.rc [moved from reactos/boot/freeldr/fdebug/Ja.rc with 100% similarity]
reactos/boot/freeldr/fdebug/lang/No.rc [moved from reactos/boot/freeldr/fdebug/No.rc with 100% similarity]
reactos/boot/freeldr/fdebug/lang/Pl.rc [moved from reactos/boot/freeldr/fdebug/Pl.rc with 100% similarity]
reactos/boot/freeldr/fdebug/lang/Tr.rc [moved from reactos/boot/freeldr/fdebug/Tr.rc with 100% similarity]

index 6bc9db1..2fa6ab8 100644 (file)
@@ -5,14 +5,14 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
 
 IDI_FDEBUG ICON "fdebug.ico"
 
 
 IDI_FDEBUG ICON "fdebug.ico"
 
-#include "De.rc"
-#include "En.rc"
-#include "Fr.rc"
-#include "Hu.rc"
-#include "Id.rc"
-#include "It.rc"
-#include "Ja.rc"
-#include "No.rc"
-#include "Pl.rc"
-#include "Tr.rc"
+#include "lang/De.rc"
+#include "lang/En.rc"
+#include "lang/Fr.rc"
+#include "lang/Hu.rc"
+#include "lang/Id.rc"
+#include "lang/It.rc"
+#include "lang/Ja.rc"
+#include "lang/No.rc"
+#include "lang/Pl.rc"
+#include "lang/Tr.rc"