summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/tlpkg/doc/texlive-installer-graphic.xcfbin97068 -> 102323 bytes
-rw-r--r--Master/tlpkg/doc/texlive2008-wizard.png (renamed from Master/tlpkg/installer/texlive2008-wizard.png)bin30448 -> 30448 bytes
-rw-r--r--Master/tlpkg/doc/texlive2008.png (renamed from Master/tlpkg/installer/texlive2008.png)bin32412 -> 32412 bytes
-rw-r--r--Master/tlpkg/doc/texlive2009-wizard.png (renamed from Master/tlpkg/installer/texlive2009-wizard.png)bin17810 -> 17810 bytes
-rw-r--r--Master/tlpkg/installer/install-menu-perltk.pl2
-rw-r--r--Master/tlpkg/installer/install-menu-wizard.pl2
-rw-r--r--Master/tlpkg/installer/texlive.pngbin0 -> 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
index 355ff0241a4..b89002c1e81 100644
--- a/Master/tlpkg/doc/texlive-installer-graphic.xcf
+++ b/Master/tlpkg/doc/texlive-installer-graphic.xcf
Binary files differ
diff --git a/Master/tlpkg/installer/texlive2008-wizard.png b/Master/tlpkg/doc/texlive2008-wizard.png
index 0d70d328616..0d70d328616 100644
--- a/Master/tlpkg/installer/texlive2008-wizard.png
+++ b/Master/tlpkg/doc/texlive2008-wizard.png
Binary files differ
diff --git a/Master/tlpkg/installer/texlive2008.png b/Master/tlpkg/doc/texlive2008.png
index 9aefd9648cd..9aefd9648cd 100644
--- a/Master/tlpkg/installer/texlive2008.png
+++ b/Master/tlpkg/doc/texlive2008.png
Binary files differ
diff --git a/Master/tlpkg/installer/texlive2009-wizard.png b/Master/tlpkg/doc/texlive2009-wizard.png
index 9a0b3ba53b1..9a0b3ba53b1 100644
--- a/Master/tlpkg/installer/texlive2009-wizard.png
+++ b/Master/tlpkg/doc/texlive2009-wizard.png
Binary files differ
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
new file mode 100644
index 00000000000..24e0e666c8f
--- /dev/null
+++ b/Master/tlpkg/installer/texlive.png
Binary files differ