From: Vadim Zeitlin Date: Thu, 23 Jul 2009 23:28:24 +0000 (+0000) Subject: They seem to have been inversed, see #10970. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1687f8af7b3b0a75c66293523284482f45cba355 They seem to have been inversed, see #10970. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61510 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/version.rc b/src/msw/version.rc index eba2134fe0..505dc38d23 100644 --- a/src/msw/version.rc +++ b/src/msw/version.rc @@ -26,9 +26,9 @@ #endif #ifdef _UNICODE - #define LANG "04090000" -#else #define LANG "040904b0" +#else + #define LANG "04090000" #endif 1 VERSIONINFO @@ -42,7 +42,6 @@ BEGIN BLOCK "StringFileInfo" BEGIN - // US English Ascii; see http://msdn.microsoft.com/library/psdk/winui/rc_3rxn.htm for codes BLOCK LANG BEGIN VALUE "Comments", "wxWidgets cross-platform GUI framework\0"