Module: wine Branch: stable Commit: fffc9b41815bdd3efa6e761d97798067ce32c4aa URL: https://source.winehq.org/git/wine.git/?a=commit;h=fffc9b41815bdd3efa6e761d9...
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 (cherry picked from commit ecd34e5896ba8c9900fdc5e0ef40a4f6737da57f) Signed-off-by: Michael Stefaniuc mstefani@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