[Xfce4-commits] [xfce/xfce4-settings] 01/01: settings-editor: Replace GtkStock buttons
noreply at xfce.org
noreply at xfce.org
Thu Aug 1 00:28:45 CEST 2019
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-settings.
commit d5337a7a02d20bb9cd9e42a41eb25133002fb6b1
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Thu Aug 1 00:28:27 2019 +0200
settings-editor: Replace GtkStock buttons
---
xfce4-settings-editor/main.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/xfce4-settings-editor/main.c b/xfce4-settings-editor/main.c
index 6a63b26..154adff 100644
--- a/xfce4-settings-editor/main.c
+++ b/xfce4-settings-editor/main.c
@@ -160,10 +160,10 @@ main(gint argc, gchar **argv)
if (G_UNLIKELY (opt_socket_id == 0))
{
- dialog = xfce_titled_dialog_new_with_buttons (_("Settings Editor"), NULL,
+ dialog = xfce_titled_dialog_new_with_mixed_buttons (_("Settings Editor"), NULL,
GTK_DIALOG_DESTROY_WITH_PARENT,
- "gtk-help", GTK_RESPONSE_HELP,
- "gtk-close", GTK_RESPONSE_OK,
+ _("_Help"), "help-browser", GTK_RESPONSE_HELP,
+ _("_Close"), "window-close", GTK_RESPONSE_OK,
NULL);
xfce_titled_dialog_set_subtitle (XFCE_TITLED_DIALOG (dialog),
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list