[Xfce4-commits] [panel-plugins/xfce4-eyes-plugin] 01/01: Replace GtkStock buttons
noreply at xfce.org
noreply at xfce.org
Fri Aug 2 05:15:03 CEST 2019
This is an automated email from the git hooks/post-receive script.
a n d r e 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 panel-plugins/xfce4-eyes-plugin.
commit c889ac2eb2bfe4e1f6982d769a87cf5c443993e7
Author: Andre Miranda <andreldm at xfce.org>
Date: Fri Aug 2 00:14:57 2019 -0300
Replace GtkStock buttons
---
panel-plugin/eyes.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/panel-plugin/eyes.c b/panel-plugin/eyes.c
index 8cf5ac7..baa278d 100644
--- a/panel-plugin/eyes.c
+++ b/panel-plugin/eyes.c
@@ -364,11 +364,11 @@ eyes_properties_dialog (XfcePanelPlugin *plugin,
xfce_panel_plugin_block_menu (plugin);
- dlg = xfce_titled_dialog_new_with_buttons (_("Eyes"),
- GTK_WINDOW (gtk_widget_get_toplevel (GTK_WIDGET (plugin))),
- GTK_DIALOG_DESTROY_WITH_PARENT,
- "gtk-close", GTK_RESPONSE_OK,
- NULL);
+ dlg = xfce_titled_dialog_new_with_mixed_buttons (_("Eyes"),
+ GTK_WINDOW (gtk_widget_get_toplevel (GTK_WIDGET (plugin))),
+ GTK_DIALOG_DESTROY_WITH_PARENT,
+ "window-close", _("_Close"), GTK_RESPONSE_OK,
+ NULL);
gtk_window_set_position (GTK_WINDOW (dlg), GTK_WIN_POS_CENTER);
gtk_window_set_icon_name (GTK_WINDOW (dlg), "xfce4-settings");
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list