Alexandre Julliard : shlwapi: Use neutral language for the version resource .
Module: wine Branch: master Commit: 3dc5586e418525f2488310f18e04490785f5d85b URL: http://source.winehq.org/git/wine.git/?a=commit;h=3dc5586e418525f2488310f18e... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Jul 9 15:47:44 2013 +0200 shlwapi: Use neutral language for the version resource. --- dlls/shlwapi/shlwapi.rc | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/dlls/shlwapi/shlwapi.rc b/dlls/shlwapi/shlwapi.rc index 982955f..3ec44fec 100644 --- a/dlls/shlwapi/shlwapi.rc +++ b/dlls/shlwapi/shlwapi.rc @@ -44,6 +44,8 @@ FONT 8, "MS Shell Dlg" PUSHBUTTON "&No", IDNO, 160, 40, 50, 14, WS_GROUP | WS_TABSTOP } +LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL + #define WINE_FILENAME_STR "shlwapi.dll" #define WINE_FILEVERSION 6,0,2800,1692 #define WINE_FILEVERSION_STR "6.0.2800.1692"
participants (1)
-
Alexandre Julliard