diff options
author | Norbert Preining <preining@logic.at> | 2009-02-10 08:59:31 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-02-10 08:59:31 +0000 |
commit | 25022e53aaf0e27d8c968eb9dfaa5f5b48a0a2d8 (patch) | |
tree | 7632671e59cebefc5a995ab7ebab48656f4f590a | |
parent | 806438fc7447c9821c9a6b55b988abba715d04bd (diff) |
remove "wizard" button in perltk installer, and add a line concerning the
installation guide to the wizard
git-svn-id: svn://tug.org/texlive/trunk@12130 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/installer/install-menu-perltk.pl | 16 | ||||
-rw-r--r-- | Master/tlpkg/installer/install-translations.pl | 2 |
2 files changed, 9 insertions, 9 deletions
diff --git a/Master/tlpkg/installer/install-menu-perltk.pl b/Master/tlpkg/installer/install-menu-perltk.pl index 487b5d05b07..5d1134c64a0 100644 --- a/Master/tlpkg/installer/install-menu-perltk.pl +++ b/Master/tlpkg/installer/install-menu-perltk.pl @@ -280,14 +280,14 @@ sub run_menu_perltk { -command => sub { $return = $MENU_ABORT; $mainwindow->destroy } )->pack(-side => 'right', -padx => "2m", -pady => "2m"); $mw->bind('<Escape>', [ $quitbutton, 'Invoke' ]); - my $wizardbutton = $f3->Button( - -text => $text{'wizard'}, - -command => sub { - $mainwindow->destroy; - require("installer/install-menu-wizard.pl"); - setup_hooks_wizard(); - $return = run_menu_wizard(); - })->pack(-side => 'right', -padx => "2m", -pady => "2m"); + #my $wizardbutton = $f3->Button( + # -text => $text{'wizard'}, + # -command => sub { + # $mainwindow->destroy; + # require("installer/install-menu-wizard.pl"); + # setup_hooks_wizard(); + # $return = run_menu_wizard(); + # })->pack(-side => 'right', -padx => "2m", -pady => "2m"); $row++; $f3->grid(-row => $row, -column => 1, -columnspan => 3); menu_update_texts(); diff --git a/Master/tlpkg/installer/install-translations.pl b/Master/tlpkg/installer/install-translations.pl index 6dcaf87c9be..9019c4fae7b 100644 --- a/Master/tlpkg/installer/install-translations.pl +++ b/Master/tlpkg/installer/install-translations.pl @@ -93,7 +93,7 @@ our %text = (title => 'TeX Live 2008 Installation', welcome => 'Welcome to TeX Live!', next => 'Next >', prev => '< Back', - wizhello => "Welcome to the installation of TeX Live 2008\nhttp://tug.org/texlive\n\nThis wizard will guide you through the installation.", + wizhello => "Welcome to the installation of TeX Live 2008\nhttp://tug.org/texlive\n\nThis wizard will guide you through the installation.\n\nFor more advanced configuration please consult the installation guide.", destfolder => 'Destination folder:', advcustom => 'Advanced customization', pathinfo => "The destination folder will contain the installation.\nIt is strongly recommended to keep the year as the last component.", |