diff options
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl b/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl index ffa8d142afe..17af6c9d152 100755 --- a/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl +++ b/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl @@ -31,6 +31,7 @@ use Getopt::Long qw(:config no_autoabbrev require_order); use Tk; use Tk::Dialog; use Tk::NoteBook; +use Tk::BrowseEntry; my $opt_location; my $opt_debug = 0; |