diff options
author | Norbert Preining <preining@logic.at> | 2008-12-26 20:48:08 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-12-26 20:48:08 +0000 |
commit | 0f1a7a4812404bea9d809a89221517caaed05c69 (patch) | |
tree | 49d646442bd34807139caaf2e2756c593c6a79f1 /Master | |
parent | 5ec66c9eabce5137ce4c05ec5fc752bcf9941fda (diff) |
title fixed
git-svn-id: svn://tug.org/texlive/trunk@11732 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui2.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui2.pl b/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui2.pl index 9f4f697f764..46d6b0e151a 100755 --- a/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui2.pl +++ b/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui2.pl @@ -193,8 +193,8 @@ 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"); +our $mw = MainWindow->new; +$mw->title("TeX Live Manager 2008"); $mw->withdraw; # create a progress bar window |