Akihiro Sagawa : regsvr32: Use neutral language for the version resource.

Alexandre Julliard julliard at winehq.org
Mon Mar 20 17:16:46 CDT 2017


Module: wine
Branch: master
Commit: cd37c6e13b3632af2f0a5f4b11f94e492369d967
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=cd37c6e13b3632af2f0a5f4b11f94e492369d967

Author: Akihiro Sagawa <sagawa.aki at gmail.com>
Date:   Mon Mar 20 21:44:03 2017 +0900

regsvr32: Use neutral language for the version resource.

Signed-off-by: Akihiro Sagawa <sagawa.aki at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 programs/regsvr32/regsvr32.rc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/programs/regsvr32/regsvr32.rc b/programs/regsvr32/regsvr32.rc
index 3169b71..c7fc2c3 100644
--- a/programs/regsvr32/regsvr32.rc
+++ b/programs/regsvr32/regsvr32.rc
@@ -50,6 +50,8 @@ Options:\n\
     STRING_UNINSTALL_SUCCESSFUL, "regsvr32: Successfully uninstalled DLL '%1'\n"
 }
 
+LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
+
 #define WINE_FILEDESCRIPTION_STR "Wine Register Server"
 #define WINE_FILENAME_STR "REGSVR32.EXE"
 #define WINE_FILETYPE VFT_APP




More information about the wine-cvs mailing list