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
This commit is contained in:
Vadim Zeitlin
2009-07-23 23:28:24 +00:00
parent e431c7df61
commit 1687f8af7b

View File

@@ -26,9 +26,9 @@
#endif #endif
#ifdef _UNICODE #ifdef _UNICODE
#define LANG "04090000"
#else
#define LANG "040904b0" #define LANG "040904b0"
#else
#define LANG "04090000"
#endif #endif
1 VERSIONINFO 1 VERSIONINFO
@@ -42,7 +42,6 @@
BEGIN BEGIN
BLOCK "StringFileInfo" BLOCK "StringFileInfo"
BEGIN BEGIN
// US English Ascii; see http://msdn.microsoft.com/library/psdk/winui/rc_3rxn.htm for codes
BLOCK LANG BLOCK LANG
BEGIN BEGIN
VALUE "Comments", "wxWidgets cross-platform GUI framework\0" VALUE "Comments", "wxWidgets cross-platform GUI framework\0"