diff options
author | Norbert Preining <preining@logic.at> | 2008-12-26 20:47:10 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-12-26 20:47:10 +0000 |
commit | 5ec66c9eabce5137ce4c05ec5fc752bcf9941fda (patch) | |
tree | c39e27e26fc9f251cf885ddcba9f7ece7c735549 | |
parent | 8485f9ffd454701dc909243291c93ee84a43ea4c (diff) |
give the tlmgrgui a title
git-svn-id: svn://tug.org/texlive/trunk@11731 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui2.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui2.pl b/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui2.pl index c7786f43e30..9f4f697f764 100755 --- a/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui2.pl +++ b/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui2.pl @@ -194,6 +194,7 @@ if (defined($LANG) && (-r "$Master/texmf/scripts/texlive/tlmgrgui/lang/$LANG")) our @update_function_list; our $mw = MainWindow->new(-title => "tlmgr 2008"); +$mw->title("TeX Live Manager"); $mw->withdraw; # create a progress bar window |