summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2013-10-16 14:02:39 +0000
committerNorbert Preining <preining@logic.at>2013-10-16 14:02:39 +0000
commit9ca72495053f60e3f3679afbe71459f59dde2818 (patch)
tree740a235ee436c0e1566319484ec9a321e7628a52 /Master/texmf-dist/scripts
parent3746ec08ec2d324f4da6e5b715f1ab320ea4253a (diff)
fix tlmgr gui manual button
git-svn-id: svn://tug.org/texlive/trunk@31919 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts')
-rw-r--r--Master/texmf-dist/scripts/texlive/tlmgrgui.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgrgui.pl b/Master/texmf-dist/scripts/texlive/tlmgrgui.pl
index f9e9d45b584..6a2ead7fbde 100644
--- a/Master/texmf-dist/scripts/texlive/tlmgrgui.pl
+++ b/Master/texmf-dist/scripts/texlive/tlmgrgui.pl
@@ -638,7 +638,7 @@ sub setup_menu_system {
tlmgrgui revision $tlmgrguirevision
$tlmgrrev
-Copyright 2009-2012 Norbert Preining
+Copyright 2009-2013 Norbert Preining
Licensed under the GNU General Public License version 2 or higher
In case of problems, please contact: texlive\@tug.org"
@@ -2674,7 +2674,7 @@ on the command line.
} else {
my $io = IO::String->new($txt);
my $parser = Pod::Text->new (sentence => 0, width => 78);
- $parser->parse_from_file("$Master/texmf/scripts/texlive/tlmgr.pl", $io);
+ $parser->parse_from_file("$Master/texmf-dist/scripts/texlive/tlmgr.pl", $io);
}
my $sw = $mw->Toplevel(-title => __("Help"));
$sw->transient($mw);