diff options
author | Thierry Vignaud <tv@mandriva.org> | 2009-11-18 15:17:38 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2009-11-18 15:17:38 +0000 |
commit | 1100161554cbc986254c01089d28b9cdd8decf97 (patch) | |
tree | 549858bf75efca5c94dbb57c7c2843586e8f16ed /perl-install/standalone/display_help | |
parent | 624f934d7c282a093757f32bde95224d792a6dba (diff) | |
download | drakx-1100161554cbc986254c01089d28b9cdd8decf97.tar drakx-1100161554cbc986254c01089d28b9cdd8decf97.tar.gz drakx-1100161554cbc986254c01089d28b9cdd8decf97.tar.bz2 drakx-1100161554cbc986254c01089d28b9cdd8decf97.tar.xz drakx-1100161554cbc986254c01089d28b9cdd8decf97.zip |
fix variable name in commented out code (+ typo fix)
Diffstat (limited to 'perl-install/standalone/display_help')
-rwxr-xr-x | perl-install/standalone/display_help | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/display_help b/perl-install/standalone/display_help index 1d626d24d..d54946a34 100755 --- a/perl-install/standalone/display_help +++ b/perl-install/standalone/display_help @@ -58,7 +58,7 @@ gtkadd($w->{rwindow}, 1, create_scrolled_window(gtkset_border_width($view, 5), [ 'never', 'automatic' ]), #1, gtknew('ScrolledWindow', child => $view, border_width => 5, h_policy => 'never'); 0, Gtk2::HSeparator->new, - #if_($_firsttime, # We have JavaScritp issues for now, so let's keep the "close" button: + #if_($is_firstime, # We have JavaScript issues for now, so let's keep the "close" button: 0, gtkpack(create_hbox('end'), gtknew('Button', text => N("Close"), clicked => sub { Gtk2->main_quit }) ), |