Alexandre Julliard : mpr: Use neutral language for the version resource.
Module: wine Branch: master Commit: 14aa4303143866dd6e9bfc35369c95b387b717f8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=14aa4303143866dd6e9bfc3536... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Jul 9 15:47:34 2013 +0200 mpr: Use neutral language for the version resource. --- dlls/mpr/mpr.rc | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/dlls/mpr/mpr.rc b/dlls/mpr/mpr.rc index 1e5a6aa..73b00c4 100644 --- a/dlls/mpr/mpr.rc +++ b/dlls/mpr/mpr.rc @@ -47,6 +47,8 @@ FONT 8, "MS Shell Dlg" PUSHBUTTON "Cancel", IDCANCEL, 170, 126, 50, 14, WS_GROUP | WS_TABSTOP } +LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL + #define WINE_FILEDESCRIPTION_STR "Wine Multiprotocol Router Library" #define WINE_FILENAME_STR "mpr.dll" #define WINE_FILEVERSION 5,0,2195,6611
participants (1)
-
Alexandre Julliard