summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer/install-menu-perltk.pl
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-01-19 22:09:06 +0000
committerNorbert Preining <preining@logic.at>2008-01-19 22:09:06 +0000
commit2770d4454df8959250372430f6ad13d4d69e49b4 (patch)
treec8c8f28ca3b8704351b17c040c26a9c6326c30c7 /Master/tlpkg/installer/install-menu-perltk.pl
parente3cc67ad37646c9c004e94f63d3e9fc18c32673f (diff)
langrevision is gone
git-svn-id: svn://tug.org/texlive/trunk@6331 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer/install-menu-perltk.pl')
-rw-r--r--Master/tlpkg/installer/install-menu-perltk.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/install-menu-perltk.pl b/Master/tlpkg/installer/install-menu-perltk.pl
index a3209445d57..08937db8196 100644
--- a/Master/tlpkg/installer/install-menu-perltk.pl
+++ b/Master/tlpkg/installer/install-menu-perltk.pl
@@ -14,7 +14,6 @@
my $svnrev = '$Revision$';
$svnrev =~ m/: ([0-9]+) /;
$::menurevision = $1;
-$::langrevision = $1;
our %vars;
@@ -215,7 +214,7 @@ sub run_menu {
my $fl = $mw->Frame;
my $img = $fl->Photo(-format => 'png', -file => "tlpkg/installer/texlive2008.png");
$fl->Label(-image => $img)->pack;
- $fl->Label(-text => "v$::installerrevision/$::menurevision" . ($::lang eq "en"? "" : "/$::lang$langrevision"))->pack;
+ $fl->Label(-text => "v$::installerrevision/$::menurevision"))->pack;
# data frame on the right
my $fr = $mw->Frame;