summaryrefslogtreecommitdiff
path: root/Master/texmf/scripts
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2009-09-30 14:40:59 +0000
committerNorbert Preining <preining@logic.at>2009-09-30 14:40:59 +0000
commita45cc4e47579f978a78e5dcd2d39ca058913d8dd (patch)
tree206b6cb5a27d9807aa00765abe8f35d0e2b8c588 /Master/texmf/scripts
parent562e44ef63668044984c77bf85ed9632ba67734c (diff)
fix the translation chaos, hopefully now it works
git-svn-id: svn://tug.org/texlive/trunk@15576 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/scripts')
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl b/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl
index c910c7cf5c4..fbbbee95924 100755
--- a/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl
+++ b/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl
@@ -54,7 +54,7 @@ my $opt_screen = $::guiscreen;
# prepare for loading of lang.pl which expects $::lang and $::opt_lang
$::opt_lang = $opts{"gui-lang"} if (defined($opts{"gui-lang"}));
-require("translations/trans.pl");
+require("TeXLive/trans.pl");
our @update_function_list;