From 8212f09c04859180c0e67588f0ab5912b3c08a86 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 2 Dec 1999 12:47:17 +0000 Subject: no_comment --- perl-install/install_steps_gtk.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'perl-install/install_steps_gtk.pm') diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm index 53f95c72c..51ea451b6 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -640,10 +640,10 @@ sub create_help_window { gtkadd($w->{window}, gtkpack_(new Gtk::HBox(0,-2), #- 0, $b, - 1, createScrolledWindow($w_help = new Gtk::XmHTML))); -#- 1, createScrolledWindow($w_help = new Gtk::Text))); - $w_help->source($o->{step} ? translate($o->{steps}{$o->{step}}{help}) : ''); -#- gtktext_insert($w_help, $o->{step} ? formatAlaTeX(translate($o->{steps}{$o->{step}}{help})) : ''); +#- 1, createScrolledWindow($w_help = new Gtk::XmHTML))); + 1, createScrolledWindow($w_help = new Gtk::Text))); +#- $w_help->source($o->{step} ? translate($o->{steps}{$o->{step}}{help}) : ''); + gtktext_insert($w_help, $o->{step} ? formatAlaTeX(translate($o->{steps}{$o->{step}}{help})) : ''); $w->show; $o->{help_window} = $w; -- cgit v1.2.1