summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcontrol-center2
1 files changed, 1 insertions, 1 deletions
diff --git a/control-center b/control-center
index 1cb8d984..289f1b3c 100755
--- a/control-center
+++ b/control-center
@@ -836,7 +836,7 @@ sub splash_warning {
gtkpack__($window->action_area,
gtkadd(Gtk2::HButtonBox->new,
- gtksignal_connect(Gtk2::Button->new_from_stock($o_cancel_button ? 'gtk-ok' : 'gtk-close"'), clicked => sub { $ret = 1; Gtk2->main_quit }),
+ gtksignal_connect(Gtk2::Button->new_from_stock($o_cancel_button ? 'gtk-ok' : 'gtk-close'), clicked => sub { $ret = 1; Gtk2->main_quit }),
if_($o_cancel_button, gtksignal_connect(Gtk2::Button->new_from_stock('gtk-cancel'), clicked => sub { Gtk2->main_quit })),
)
);