diff options
author | Norbert Preining <preining@logic.at> | 2010-05-12 17:31:07 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2010-05-12 17:31:07 +0000 |
commit | 430dd6fcfa7d39d83edbb12092b2cab000424d99 (patch) | |
tree | 5d3b2ddf9b04f7f28058de9b14cb6f5c98a244fc /Master/tlpkg/installer/install-menu-wizard.pl | |
parent | 6c2d3d4c8d16ce1ea5c0fa04088e09fe433497aa (diff) |
new image for tl2010:
- move old images to tlpkg/doc
- rename image name for installer gui to texlive.png
- update gui plugins
git-svn-id: svn://tug.org/texlive/trunk@18213 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer/install-menu-wizard.pl')
-rw-r--r-- | Master/tlpkg/installer/install-menu-wizard.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/install-menu-wizard.pl b/Master/tlpkg/installer/install-menu-wizard.pl index 3d69171ed29..472afab65ec 100644 --- a/Master/tlpkg/installer/install-menu-wizard.pl +++ b/Master/tlpkg/installer/install-menu-wizard.pl @@ -133,7 +133,7 @@ sub run_menu_wizard { $dest = $vars{'TEXDIR'}; - my $img = $mw->Photo(-format => 'png', -file => "$::installerdir/tlpkg/installer/texlive2009-wizard.png"); + my $img = $mw->Photo(-format => 'png', -file => "$::installerdir/tlpkg/installer/texlive.png"); $mw->Label(-image => $img, -background => "#0078b8")->place(-x => 0, -y => 0); $ftitle = $mw->Frame(-height => $TITLEHEIGHT, -width => $INNERWIDTH); |