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

noreply at xfce.org noreply at xfce.org
Sun Feb 26 16:34:21 CET 2017


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

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

commit b1f812d21c4a8ef0134b94517320b90b8906ec27
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 bc806de..39eb05a 100644
--- a/plugins/actions/actions.c
+++ b/plugins/actions/actions.c
@@ -748,7 +748,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