diff options
Diffstat (limited to 'Master/tlpkg/installer/install-menu-perltk.pl')
-rw-r--r-- | Master/tlpkg/installer/install-menu-perltk.pl | 16 |
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(); |