[tools] testbot/SetWinLocale: Nls:InstallLanguage is unaffected by --system.

Francois Gouget fgouget at codeweavers.com
Mon Jan 31 08:53:08 CST 2022


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 testbot/bin/SetWinLocale | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testbot/bin/SetWinLocale b/testbot/bin/SetWinLocale
index 6535c49396..18cbfc22c5 100755
--- a/testbot/bin/SetWinLocale
+++ b/testbot/bin/SetWinLocale
@@ -690,8 +690,8 @@ sub ShowWinSettings($)
   print "\n";
   print "System settings:\n";
   print "Nls:Language      (--system) = ", Value2Str($Settings->{SysLanguage}), "\n";
-  print "Nls:InstallLang   (--system) = ", Value2Str($Settings->{SysInstallLang}), "\n";
   print "Nls:Locale        (--system) = ", Value2Str($Settings->{SysLocale}), "\n";
+  print "Nls:InstallLang              = ", Value2Str($Settings->{SysInstallLang}), "\n";
   print "ACP                 (--utf8) = ", Value2Str($Settings->{ACP}), "\n";
   print "MACCP               (--utf8) = ", Value2Str($Settings->{MACCP}), "\n";
   print "OEMCP               (--utf8) = ", Value2Str($Settings->{OEMCP}), "\n";
-- 
2.30.2




More information about the wine-devel mailing list