Module: wine Branch: master Commit: ecd34e5896ba8c9900fdc5e0ef40a4f6737da57f URL: http://source.winehq.org/git/wine.git/?a=commit;h=ecd34e5896ba8c9900fdc5e0ef...
Author: Akihiro Sagawa sagawa.aki@gmail.com Date: Mon Mar 20 21:44:04 2017 +0900
explorer: Use neutral language for the version resource.
Signed-off-by: Akihiro Sagawa sagawa.aki@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
programs/explorer/explorer.rc | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/programs/explorer/explorer.rc b/programs/explorer/explorer.rc index 53224a8..b9ca5d8 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