From e8edd63af3454d8ba7ebd3fb1d65489c61e299d8 Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Tue, 24 Jul 2007 09:13:14 +0000 Subject: [PATCH] Magnus: THINK, then THINK, then THINK once more! and only then hit COMMIT button. Reverting 27783 changes, since it's just a complete mess (setting LANG_NEUTRAL, then including langauge-specific resource files?! wtf?). svn path=/trunk/; revision=27795 --- reactos/dll/cpl/intl/intl.rc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/reactos/dll/cpl/intl/intl.rc b/reactos/dll/cpl/intl/intl.rc index 5c70c8df184..207b5508aed 100644 --- a/reactos/dll/cpl/intl/intl.rc +++ b/reactos/dll/cpl/intl/intl.rc @@ -3,8 +3,6 @@ #include #include "resource.h" -LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL - #define REACTOS_VERSION_DLL #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Control Panel\0" #define REACTOS_STR_INTERNAL_NAME "intl\0" @@ -22,9 +20,10 @@ IDC_FLAGS ICON "resources/flags.ico" * files. Note that you can and may override resources which also have * a neutral version. This is to get localized bitmaps for example. */ -#include "lang/en-US.rc" + #include "lang/cs-CZ.rc" #include "lang/de-DE.rc" +#include "lang/en-US.rc" #include "lang/es-ES.rc" #include "lang/fr-FR.rc" #include "lang/hu-HU.rc"