diff options
author | Norbert Preining <preining@logic.at> | 2009-07-05 01:18:33 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-07-05 01:18:33 +0000 |
commit | cdfc8de827514ed537999319e01fb0a17014d027 (patch) | |
tree | 0cc923ef97a6d06e5c0b9e11cce7062bc8c1b25f /Master/tlpkg/installer/install-menu-wizard.pl | |
parent | b486d1d080fcd97a0ec27b31a34b3db7bd243c8c (diff) |
do not ask for file_assocs in the wizard, it has a fine default.
git-svn-id: svn://tug.org/texlive/trunk@14108 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/installer/install-menu-wizard.pl')
-rw-r--r-- | Master/tlpkg/installer/install-menu-wizard.pl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/tlpkg/installer/install-menu-wizard.pl b/Master/tlpkg/installer/install-menu-wizard.pl index c1b7c632131..aaab3891c07 100644 --- a/Master/tlpkg/installer/install-menu-wizard.pl +++ b/Master/tlpkg/installer/install-menu-wizard.pl @@ -333,8 +333,10 @@ sub ask_options { $ytmp += 50; $bdesk->place(-x => 0, -y => $ytmp); - $ytmp += 50; - $bassocs->place(-x => 0, -y => $ytmp); + # now that we only create assocs if there aren't any other by default + # we don't ask that anymore + #$ytmp += 50; + #$bassocs->place(-x => 0, -y => $ytmp); # disabled after discussion, PATH will be set up automatically # when using the wizard |