summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakfont
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-07-10 15:35:53 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-07-10 15:35:53 +0000
commitb6e8a351cfebc701e6a266f53c8fb8b9f6d39877 (patch)
treef313f58b55421023ddc781bf5b4c4148e0fa162a /perl-install/standalone/drakfont
parent00112c66ad0a561492a517129028fc6ebe1d5ce4 (diff)
downloaddrakx-b6e8a351cfebc701e6a266f53c8fb8b9f6d39877.tar
drakx-b6e8a351cfebc701e6a266f53c8fb8b9f6d39877.tar.gz
drakx-b6e8a351cfebc701e6a266f53c8fb8b9f6d39877.tar.bz2
drakx-b6e8a351cfebc701e6a266f53c8fb8b9f6d39877.tar.xz
drakx-b6e8a351cfebc701e6a266f53c8fb8b9f6d39877.zip
use stock icon for close button (noticed by Fabrice Facorat)
Diffstat (limited to 'perl-install/standalone/drakfont')
-rwxr-xr-xperl-install/standalone/drakfont2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakfont b/perl-install/standalone/drakfont
index d2ccbc9f2..c1242ac81 100755
--- a/perl-install/standalone/drakfont
+++ b/perl-install/standalone/drakfont
@@ -551,7 +551,7 @@ sub interactive_mode() {
new Gtk2::HBox(0, 2), 0,
gtkadd(gtkset_layout(new Gtk2::VButtonBox, 'end'),
gtksignal_connect(new Gtk2::Button(N("About")), clicked => \&help),
- gtksignal_connect(new Gtk2::Button(N("Close")), clicked => sub { Gtk2->main_quit }),
+ gtksignal_connect(Gtk2::Button->new_from_stock('gtk-close'), clicked => sub { Gtk2->main_quit }),
),
),
),