summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xperl-install/standalone/drakfont2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakfont b/perl-install/standalone/drakfont
index 5c8bb918a..9953a8af8 100755
--- a/perl-install/standalone/drakfont
+++ b/perl-install/standalone/drakfont
@@ -492,7 +492,7 @@ sub interactive_mode() {
ok_clicked => sub { Gtk2->main_quit },
},
undef, undef, '',
- [ N("About"), \&help, 1 ],
+ if_([ N("About"), \&help, 1 ]),
[ N("Options"), \&appli_choice, 1 ],
[ N("Uninstall"), \&uninstall, 1 ],
[ N("Import"), \&advanced_install, 1 ],