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 | |
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')
-rw-r--r-- | Master/tlpkg/doc/texlive-installer-graphic.xcf | bin | 97068 -> 102323 bytes | |||
-rw-r--r-- | Master/tlpkg/doc/texlive2008-wizard.png (renamed from Master/tlpkg/installer/texlive2008-wizard.png) | bin | 30448 -> 30448 bytes | |||
-rw-r--r-- | Master/tlpkg/doc/texlive2008.png (renamed from Master/tlpkg/installer/texlive2008.png) | bin | 32412 -> 32412 bytes | |||
-rw-r--r-- | Master/tlpkg/doc/texlive2009-wizard.png (renamed from Master/tlpkg/installer/texlive2009-wizard.png) | bin | 17810 -> 17810 bytes | |||
-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 |
7 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/doc/texlive-installer-graphic.xcf b/Master/tlpkg/doc/texlive-installer-graphic.xcf Binary files differindex 355ff0241a4..b89002c1e81 100644 --- a/Master/tlpkg/doc/texlive-installer-graphic.xcf +++ b/Master/tlpkg/doc/texlive-installer-graphic.xcf diff --git a/Master/tlpkg/installer/texlive2008-wizard.png b/Master/tlpkg/doc/texlive2008-wizard.png Binary files differindex 0d70d328616..0d70d328616 100644 --- a/Master/tlpkg/installer/texlive2008-wizard.png +++ b/Master/tlpkg/doc/texlive2008-wizard.png diff --git a/Master/tlpkg/installer/texlive2008.png b/Master/tlpkg/doc/texlive2008.png Binary files differindex 9aefd9648cd..9aefd9648cd 100644 --- a/Master/tlpkg/installer/texlive2008.png +++ b/Master/tlpkg/doc/texlive2008.png diff --git a/Master/tlpkg/installer/texlive2009-wizard.png b/Master/tlpkg/doc/texlive2009-wizard.png Binary files differindex 9a0b3ba53b1..9a0b3ba53b1 100644 --- a/Master/tlpkg/installer/texlive2009-wizard.png +++ b/Master/tlpkg/doc/texlive2009-wizard.png 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 |