summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer/install-menu-perltk.pl
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2010-05-12 17:31:07 +0000
committerNorbert Preining <preining@logic.at>2010-05-12 17:31:07 +0000
commit430dd6fcfa7d39d83edbb12092b2cab000424d99 (patch)
tree5d3b2ddf9b04f7f28058de9b14cb6f5c98a244fc /Master/tlpkg/installer/install-menu-perltk.pl
parent6c2d3d4c8d16ce1ea5c0fa04088e09fe433497aa (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-perltk.pl')
-rw-r--r--Master/tlpkg/installer/install-menu-perltk.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/installer/install-menu-perltk.pl b/Master/tlpkg/installer/install-menu-perltk.pl
index 47937cfe72d..42af1a7a4b2 100644
--- a/Master/tlpkg/installer/install-menu-perltk.pl
+++ b/Master/tlpkg/installer/install-menu-perltk.pl
@@ -146,7 +146,7 @@ sub run_menu_perltk {
# image frame on the left
my $fl = $mw->Frame(-background => "#0078b8");
- my $img = $fl->Photo(-format => 'png', -file => "$::installerdir/tlpkg/installer/texlive2009-wizard.png");
+ my $img = $fl->Photo(-format => 'png', -file => "$::installerdir/tlpkg/installer/texlive.png");
$fl->Label(-image => $img, -background => "#0078b8")->pack(-expand => 1, -fill => "y");
$fl->Label(-text => "v$::installerrevision/$::menurevision", -background => "#0078b8")->pack;