diff options
author | Karl Berry <karl@freefriends.org> | 2013-05-10 17:49:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-05-10 17:49:37 +0000 |
commit | c57f4ad104711b6374cc0c4d41bc044519e04a91 (patch) | |
tree | 5783c30effa127132852028fa5761349ccbb2ff3 /Master/texmf-dist/scripts | |
parent | 650b657b19832c68d26e14726af630f1bc52b0f5 (diff) |
merge collection-documentation-* into collection-lang*
git-svn-id: svn://tug.org/texlive/trunk@30372 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts')
-rw-r--r-- | Master/texmf-dist/scripts/texlive/tlmgrgui.pl | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgrgui.pl b/Master/texmf-dist/scripts/texlive/tlmgrgui.pl index b6aacb96860..f9e9d45b584 100644 --- a/Master/texmf-dist/scripts/texlive/tlmgrgui.pl +++ b/Master/texmf-dist/scripts/texlive/tlmgrgui.pl @@ -1,7 +1,7 @@ #!/usr/bin/env perl # $Id$ # -# Copyright 2009, 2010, 2011, 2012 Norbert Preining +# Copyright 2009-2013 Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. # @@ -2290,12 +2290,6 @@ sub update_list_remote { $sw->add("Label", -text => $t)->pack(-padx => "3m", -pady => "3m"); $sw->Show; } - # change display names - for my $p (keys %Packages) { - if ($p =~ m/^collection-documentation-(.*)$/) { - $Packages{$p}{'displayname'} = "collection-doc-$1"; - } - } #Devel::Leak::CheckSV($handle); #warn join(",", currmem()); } |