summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakbug
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-09-12 10:05:28 +0000
committerThierry Vignaud <tv@mandriva.org>2007-09-12 10:05:28 +0000
commitb4eeb1907495d7ac7bec55643bc68e2eeb20b04f (patch)
tree62b0d8360fa5e64b030a798e4cdc4d898af8aa4d /perl-install/standalone/drakbug
parent4bcb4e921a4c64bff05b3dab07163c456734443d (diff)
downloaddrakx-b4eeb1907495d7ac7bec55643bc68e2eeb20b04f.tar
drakx-b4eeb1907495d7ac7bec55643bc68e2eeb20b04f.tar.gz
drakx-b4eeb1907495d7ac7bec55643bc68e2eeb20b04f.tar.bz2
drakx-b4eeb1907495d7ac7bec55643bc68e2eeb20b04f.tar.xz
drakx-b4eeb1907495d7ac7bec55643bc68e2eeb20b04f.zip
use a TextView instead of Label so that text is selectable (see #33023)
Diffstat (limited to 'perl-install/standalone/drakbug')
-rwxr-xr-xperl-install/standalone/drakbug5
1 files changed, 3 insertions, 2 deletions
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)