diff options
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/drakfont | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakfont b/perl-install/standalone/drakfont index 9dd9febe6..feffb62e1 100755 --- a/perl-install/standalone/drakfont +++ b/perl-install/standalone/drakfont @@ -489,7 +489,7 @@ sub interactive_mode() { ok_clicked => sub { Gtk2->main_quit }, }, undef, undef, '', - if_([ N("About"), \&help, 1 ]), + if_(0, [ N("About"), \&help, 1 ]), [ N("Options"), \&appli_choice, 1 ], [ N("Uninstall"), \&uninstall, 1 ], [ N("Import"), \&advanced_install, 1 ], |