Author: fireball Date: Tue Jul 24 13:13:14 2007 New Revision: 27795
URL: http://svn.reactos.org/svn/reactos?rev=27795&view=rev Log: 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?).
Modified: trunk/reactos/dll/cpl/intl/intl.rc
Modified: trunk/reactos/dll/cpl/intl/intl.rc URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/cpl/intl/intl.rc?rev=27... ============================================================================== --- trunk/reactos/dll/cpl/intl/intl.rc (original) +++ trunk/reactos/dll/cpl/intl/intl.rc Tue Jul 24 13:13:14 2007 @@ -2,8 +2,6 @@
#include <windows.h> #include "resource.h" - -LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#define REACTOS_VERSION_DLL #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Control Panel\0" @@ -22,9 +20,10 @@ * 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"