summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-08-22 13:13:02 +0000
committerThierry Vignaud <tv@mandriva.org>2008-08-22 13:13:02 +0000
commit88379c1ef241f4e304e43f264d05271866558e04 (patch)
tree6164ed3aa366d56a6ea534e037b8e3cfd5f954fa /perl-install/any.pm
parenta355859ef5e310f497853b17f514c89df1e2a637 (diff)
downloaddrakx-backup-do-not-use-88379c1ef241f4e304e43f264d05271866558e04.tar
drakx-backup-do-not-use-88379c1ef241f4e304e43f264d05271866558e04.tar.gz
drakx-backup-do-not-use-88379c1ef241f4e304e43f264d05271866558e04.tar.bz2
drakx-backup-do-not-use-88379c1ef241f4e304e43f264d05271866558e04.tar.xz
drakx-backup-do-not-use-88379c1ef241f4e304e43f264d05271866558e04.zip
(acceptLicense) do not use all horizontal space for "release notes" button
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index 3de019b28..7726eb349 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -928,7 +928,7 @@ sub acceptLicense {
{ label => N("Do you accept this license ?") },
{ list => [ N_("Accept"), N_("Refuse") ], val => \$r, type => 'list', format => sub { translate($_[0]) } },
if_($o->{release_notes},
- { clicked => sub { display_release_notes($o) },
+ { clicked => sub { display_release_notes($o) }, do_not_expand => 1,
val => \ (my $_t1 = N("Release Notes")), install_button => 1, no_indent => 1 }
),
])