diff options
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/logdrake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone/logdrake b/perl-install/standalone/logdrake index c9ffc68f1..339439df5 100755 --- a/perl-install/standalone/logdrake +++ b/perl-install/standalone/logdrake @@ -71,8 +71,8 @@ my $cal_butt = gtksignal_connect(new Gtk::CheckButton(N("Show only for the selec # but they provides shiny shortcut like C-q my @menu_items = ( { path => N("/_File"), type => '<Branch>' }, - { path => N("/File/_New"), accelerator => N("<control>N"), ncallback => \&print_hello }, - { path => N("/File/_Open"), accelerator => N("<control>O"), callback => \&print_hello }, + { path => N("/File/_New"), accelerator => N("<control>N") }, + { path => N("/File/_Open"), accelerator => N("<control>O") }, { path => N("/File/_Save"), accelerator => N("<control>S"), callback => \&save }, { path => N("/File/Save _As") }, { path => N("/File/-"),type => '<Separator>' }, |