diff options
-rw-r--r-- | perl-install/bootlook.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/bootlook.pm b/perl-install/bootlook.pm index 015f7ced2..517bf4757 100644 --- a/perl-install/bootlook.pm +++ b/perl-install/bootlook.pm @@ -56,7 +56,7 @@ unless ($::isEmbedded) { my @menu_items = ({ path => N("/_File"), type => '<Branch>' }, { path => N("/File/_Quit"), accelerator => N("<control>Q"), callback => sub { ugtk2->exit(0) } }, ); - my $menubar = create_factory_menu($w->{rwindow}, @menu_items); + create_factory_menu($w->{rwindow}, @menu_items); ######### menus end } |