summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
Diffstat (limited to 'Master')
-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);