diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf/scripts/texlive/tlmgrgui.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgrgui.pl b/Master/texmf/scripts/texlive/tlmgrgui.pl index 9899078a302..3319438bd67 100644 --- a/Master/texmf/scripts/texlive/tlmgrgui.pl +++ b/Master/texmf/scripts/texlive/tlmgrgui.pl @@ -1576,6 +1576,7 @@ sub menu_multi_location { }); $ref->{'chg_w'} = $f1->Button(-text => __("Change"), -command => sub { + our $sw; my $ret = ask_one_repository($sw, __("Change " . ($t eq "main" ? "main" : "subsidiary") . " package repository"), __(($t eq "main" ? "Change main" : "New subsidiary") . " package repository")); $ref->{'val'} = $ret if (defined($ret)); |