[Xfce4-commits] [xfce/xfce4-panel] 01/03: Use display_name as title of the confirmation dialog

noreply at xfce.org noreply at xfce.org
Sat Feb 28 17:39:22 CET 2015


This is an automated email from the git hooks/post-receive script.

peter pushed a commit to branch master
in repository xfce/xfce4-panel.

commit 66ced2044fbaa158c34bfd323a4a712005b2ca56
Author: Peter de Ridder <peter at xfce.org>
Date:   Sat Feb 28 16:19:11 2015 +0100

    Use display_name as title of the confirmation dialog
    
    Bug: 11494
    Enables localization of dialog titles.
---
 plugins/actions/actions.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/actions/actions.c b/plugins/actions/actions.c
index 59b4ca7..8aa38f4 100644
--- a/plugins/actions/actions.c
+++ b/plugins/actions/actions.c
@@ -745,7 +745,7 @@ actions_plugin_action_confirmation (ActionsPlugin *plugin,
   gtk_window_set_keep_above (GTK_WINDOW (dialog), TRUE);
   gtk_window_stick (GTK_WINDOW (dialog));
   gtk_window_set_skip_taskbar_hint (GTK_WINDOW (dialog), TRUE);
-  gtk_window_set_title (GTK_WINDOW (dialog), _(entry->name));
+  gtk_window_set_title (GTK_WINDOW (dialog), _(entry->display_name));
 
   button = gtk_dialog_add_button (GTK_DIALOG (dialog), _(entry->mnemonic), GTK_RESPONSE_ACCEPT);
   gtk_dialog_set_default_response (GTK_DIALOG (dialog), GTK_RESPONSE_ACCEPT);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list