summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer/install-menu-perltk.pl
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2009-02-10 08:59:31 +0000
committerNorbert Preining <preining@logic.at>2009-02-10 08:59:31 +0000
commit25022e53aaf0e27d8c968eb9dfaa5f5b48a0a2d8 (patch)
tree7632671e59cebefc5a995ab7ebab48656f4f590a /Master/tlpkg/installer/install-menu-perltk.pl
parent806438fc7447c9821c9a6b55b988abba715d04bd (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
Diffstat (limited to 'Master/tlpkg/installer/install-menu-perltk.pl')
-rw-r--r--Master/tlpkg/installer/install-menu-perltk.pl16
1 files changed, 8 insertions, 8 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();