[Xfce4-commits] [xfce/xfce4-settings] 01/01: settings-editor: Fix buttons declaration
noreply at xfce.org
noreply at xfce.org
Fri Aug 2 04:13:24 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 xfce/xfce4-settings.
commit 281c736967d380aa5cc384b722e87d07a784df16
Author: Andre Miranda <andreldm at xfce.org>
Date: Thu Aug 1 23:12:02 2019 -0300
settings-editor: Fix buttons declaration
---
xfce4-settings-editor/main.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/xfce4-settings-editor/main.c b/xfce4-settings-editor/main.c
index 154adff..cde9da9 100644
--- a/xfce4-settings-editor/main.c
+++ b/xfce4-settings-editor/main.c
@@ -162,8 +162,8 @@ main(gint argc, gchar **argv)
{
dialog = xfce_titled_dialog_new_with_mixed_buttons (_("Settings Editor"), NULL,
GTK_DIALOG_DESTROY_WITH_PARENT,
- _("_Help"), "help-browser", GTK_RESPONSE_HELP,
- _("_Close"), "window-close", GTK_RESPONSE_OK,
+ "help-browser", _("_Help"), GTK_RESPONSE_HELP,
+ "window-close", _("_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