diff options
author | Norbert Preining <preining@logic.at> | 2008-05-08 23:29:00 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-05-08 23:29:00 +0000 |
commit | 854bb6b3161ae0c46490db9be4d6c3b771e6a48c (patch) | |
tree | e541ea1032306100723c0d5db5c29035e12e73b6 /Master | |
parent | d7939ee261887aa32e76469701308bf0f5364452 (diff) |
please change me text when location loading did not work
git-svn-id: svn://tug.org/texlive/trunk@7960 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl b/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl index c3560e3b1b3..fe162695455 100755 --- a/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl +++ b/Master/texmf/scripts/texlive/tlmgrgui/tlmgrgui.pl @@ -138,6 +138,7 @@ sub init_install_media { $mw->Dialog(-title => "warning", -text => "Could not load the TeX Live Database from $newroot\nIf you want to install or update packages, please try with a different installation source/location!\n\nFor configuration and removal you don't have to do anything.", -buttons => [ "Ok" ])->Show; + $location = "...please change me..."; @allpackages = (); } else { $tlmediatlpdb = $tlmediasrc->tlpdb; |