summaryrefslogtreecommitdiffstats
path: root/menus_launcher.pl
diff options
context:
space:
mode:
Diffstat (limited to 'menus_launcher.pl')
-rwxr-xr-xmenus_launcher.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/menus_launcher.pl b/menus_launcher.pl
index 83bac48f..6d74d597 100755
--- a/menus_launcher.pl
+++ b/menus_launcher.pl
@@ -43,7 +43,7 @@ $my_win->{window}->add(gtkpack(Gtk2::VBox->new(0, 0),
$table,
Gtk2::HSeparator->new,
gtkpack(gtkset_layout(Gtk2::HButtonBox->new, 'end'),
- gtkcan_default(gtksignal_connect(Gtk2::Button->new(N("Done")), clicked => sub { ugtk2->exit(0) }), 1)
+ gtkcan_default(gtksignal_connect(Gtk2::Button->new_from_stock('gtk-close'), clicked => sub { ugtk2->exit(0) }), 1)
),
),
);