Module: wine Branch: master Commit: 71e765aab5035c1d1f4e24e844e8e91ae3b4f5f6 URL: http://source.winehq.org/git/wine.git/?a=commit;h=71e765aab5035c1d1f4e24e844...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Jul 9 15:47:00 2013 +0200
browseui: Use neutral language for the version resource.
---
dlls/browseui/browseui.rc | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/dlls/browseui/browseui.rc b/dlls/browseui/browseui.rc index 3257466..10f3db2 100644 --- a/dlls/browseui/browseui.rc +++ b/dlls/browseui/browseui.rc @@ -38,6 +38,8 @@ FONT 8, "MS Shell Dlg" LTEXT "", IDC_TEXT_LINE + 2, 7, 75, 190, 10, SS_LEFT|SS_NOPREFIX }
+LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL + #define WINE_FILEDESCRIPTION_STR "Wine core dll" #define WINE_FILENAME_STR "browseui.dll" #define WINE_FILEVERSION 6,0,2900,2180