Changed the default from 0 to 0x409 (eng-us).

This commit is contained in:
Juergen Schmied 1998-11-06 10:19:47 +00:00 committed by Alexandre Julliard
parent 4d7f5b6098
commit 85082f6267
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ const WINE_LANGUAGE_DEF Languages[] =
{NULL,0}
};
WORD WINE_LanguageId = 0;
WORD WINE_LanguageId = 0x409; /* english as default */
#define WINE_CLASS "Wine" /* Class name for resources */