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 | |
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')
-rw-r--r-- | Master/tlpkg/installer/install-menu-perltk.pl | 2 | ||||
-rw-r--r-- | Master/tlpkg/installer/install-menu-wizard.pl | 2 | ||||
-rw-r--r-- | Master/tlpkg/installer/texlive.png | bin | 0 -> 16437 bytes | |||
-rw-r--r-- | Master/tlpkg/installer/texlive2008-wizard.png | bin | 30448 -> 0 bytes | |||
-rw-r--r-- | Master/tlpkg/installer/texlive2008.png | bin | 32412 -> 0 bytes | |||
-rw-r--r-- | Master/tlpkg/installer/texlive2009-wizard.png | bin | 17810 -> 0 bytes |
6 files changed, 2 insertions, 2 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; 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); diff --git a/Master/tlpkg/installer/texlive.png b/Master/tlpkg/installer/texlive.png Binary files differnew file mode 100644 index 00000000000..24e0e666c8f --- /dev/null +++ b/Master/tlpkg/installer/texlive.png diff --git a/Master/tlpkg/installer/texlive2008-wizard.png b/Master/tlpkg/installer/texlive2008-wizard.png Binary files differdeleted file mode 100644 index 0d70d328616..00000000000 --- a/Master/tlpkg/installer/texlive2008-wizard.png +++ /dev/null diff --git a/Master/tlpkg/installer/texlive2008.png b/Master/tlpkg/installer/texlive2008.png Binary files differdeleted file mode 100644 index 9aefd9648cd..00000000000 --- a/Master/tlpkg/installer/texlive2008.png +++ /dev/null diff --git a/Master/tlpkg/installer/texlive2009-wizard.png b/Master/tlpkg/installer/texlive2009-wizard.png Binary files differdeleted file mode 100644 index 9a0b3ba53b1..00000000000 --- a/Master/tlpkg/installer/texlive2009-wizard.png +++ /dev/null |