From ecd34e5896ba8c9900fdc5e0ef40a4f6737da57f Mon Sep 17 00:00:00 2001 From: Akihiro Sagawa Date: Mon, 20 Mar 2017 21:44:04 +0900 Subject: [PATCH] explorer: Use neutral language for the version resource. Signed-off-by: Akihiro Sagawa Signed-off-by: Alexandre Julliard --- programs/explorer/explorer.rc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/programs/explorer/explorer.rc b/programs/explorer/explorer.rc index 53224a8665e..b9ca5d8eb1c 100644 --- a/programs/explorer/explorer.rc +++ b/programs/explorer/explorer.rc @@ -33,6 +33,8 @@ STRINGTABLE IDS_RUN "&Run..." } +LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL + #define WINE_FILEDESCRIPTION_STR "Wine Explorer" #define WINE_FILENAME_STR "explorer.exe" #define WINE_FILEVERSION 6,1,7601,17567