diff options
-rw-r--r-- | perl-install/NEWS | 3 | ||||
-rwxr-xr-x | perl-install/standalone/drakbug | 5 |
2 files changed, 6 insertions, 2 deletions
diff --git a/perl-install/NEWS b/perl-install/NEWS index 2f473d86d..f1c5d07fc 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,6 @@ +- drakbug: + o use a TextView instead of Label so that text is selectable (see #33023) + Version 10.4.192 - 12 September 2007, by Olivier "blino" Blin - localedrake diff --git a/perl-install/standalone/drakbug b/perl-install/standalone/drakbug index 9ec5a40f1..bbd9e17cf 100755 --- a/perl-install/standalone/drakbug +++ b/perl-install/standalone/drakbug @@ -95,8 +95,9 @@ $comb_app->set_text(""); gtkadd($window->{window}, gtkpack_(Gtk2::VBox->new(0, 5), 0, gtknew('Title1', label => $mandrake_release), - 0, gtkset_justify(Gtk2::WrappedLabel->new( - formatAlaTeX( + 0, create_scrolled_window( + gtknew('TextView', + text => formatAlaTeX( join("\n\n", if_($prog, $error ? N("The \"%s\" program has crashed with the following error:", $prog) |