[Xfce4-commits] [xfce/xfce4-panel] 01/01: Fix plugin crash dialog buttons
noreply at xfce.org
noreply at xfce.org
Fri Jun 30 23:04:05 CEST 2017
This is an automated email from the git hooks/post-receive script.
o c h o s i p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/xfce4-panel.
commit 8aa5a79ed2c7b18150eefa8180ee90cf5a9f925e
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Fri Jun 30 23:03:29 2017 +0200
Fix plugin crash dialog buttons
---
panel/panel-plugin-external.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/panel/panel-plugin-external.c b/panel/panel-plugin-external.c
index e10543e..ee52ccf 100644
--- a/panel/panel-plugin-external.c
+++ b/panel/panel-plugin-external.c
@@ -432,8 +432,8 @@ panel_plugin_external_child_ask_restart_dialog (GtkWindow *parent,
"the last %d seconds. If you press Execute the panel will try to restart "
"the plugin otherwise it will be permanently removed from the panel."),
PANEL_PLUGIN_AUTO_RESTART);
- gtk_dialog_add_buttons (GTK_DIALOG (dialog), "system-run", GTK_RESPONSE_OK,
- "list-remove", GTK_RESPONSE_CLOSE, NULL);
+ gtk_dialog_add_buttons (GTK_DIALOG (dialog), _("Execute"), GTK_RESPONSE_OK,
+ _("Remove"), GTK_RESPONSE_CLOSE, NULL);
gtk_dialog_set_default_response (GTK_DIALOG (dialog), GTK_RESPONSE_OK);
gtk_window_set_position (GTK_WINDOW (dialog), GTK_WIN_POS_CENTER);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list