Francois Gouget : testbot/SetWinLocale: Explicitly set ResetAllSettings=true for <gs:Locale>.
Module: tools Branch: master Commit: b39de48b1c804c4985dd89b1599a5a3da154915f URL: https://source.winehq.org/git/tools.git/?a=commit;h=b39de48b1c804c4985dd89b1... Author: Francois Gouget <fgouget(a)codeweavers.com> Date: Tue Jan 25 16:46:29 2022 +0100 testbot/SetWinLocale: Explicitly set ResetAllSettings=true for <gs:Locale>. The ResetAllSettings default value is probably true but that is not documented. Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- testbot/bin/SetWinLocale | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testbot/bin/SetWinLocale b/testbot/bin/SetWinLocale index 73b09eb..8d8f866 100755 --- a/testbot/bin/SetWinLocale +++ b/testbot/bin/SetWinLocale @@ -753,7 +753,8 @@ if ($KeyboardIds) if ($OptLocale) { push @Config, " <gs:UserLocale>", - " <gs:Locale Name='$OptLocale' SetAsCurrent='true'/>", + " <gs:Locale Name='$OptLocale' SetAsCurrent='true' ResetAllSettings='true'>", + " </gs:Locale>", " </gs:UserLocale>"; } push @Config, "</gs:GlobalizationServices>";
participants (1)
-
Alexandre Julliard