summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-09-16 14:55:43 +0000
committerThierry Vignaud <tv@mandriva.org>2008-09-16 14:55:43 +0000
commit5fd77e28e435ecd84fd63944155658eda850c6a1 (patch)
tree14f5abbf351423b5b901022ce583b382b771302a /perl-install/any.pm
parent2aad8a0161a7918011201737ac78bfdf5a04fac8 (diff)
downloaddrakx-backup-do-not-use-5fd77e28e435ecd84fd63944155658eda850c6a1.tar
drakx-backup-do-not-use-5fd77e28e435ecd84fd63944155658eda850c6a1.tar.gz
drakx-backup-do-not-use-5fd77e28e435ecd84fd63944155658eda850c6a1.tar.bz2
drakx-backup-do-not-use-5fd77e28e435ecd84fd63944155658eda850c6a1.tar.xz
drakx-backup-do-not-use-5fd77e28e435ecd84fd63944155658eda850c6a1.zip
(display_release_notes) pack "Close" button at right end
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 b664fb871..ac583bf54 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -919,7 +919,7 @@ sub display_release_notes {
1, create_scrolled_window(ugtk2::gtkset_border_width($view, 5),
[ 'never', 'automatic' ],
),
- 0, gtkpack(create_hbox('edge'),
+ 0, gtkpack(create_hbox('end'),
gtknew('Button', text => N("Close"),
clicked => sub { Gtk2->main_quit })
),