[gnome-settings-daemon] xrandr: set a title to the confirmation dialog



commit 0f6d1eec2e33d618344b6eb555b1f7e569c8d9e7
Author: Emilio Pozuelo Monfort <emilio pozuelo collabora co uk>
Date:   Fri Aug 16 14:19:22 2013 +0200

    xrandr: set a title to the confirmation dialog
    
    Signed-off-by: Emilio Pozuelo Monfort <emilio pozuelo collabora co uk>
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706128

 plugins/xrandr/gsd-xrandr-manager.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plugins/xrandr/gsd-xrandr-manager.c b/plugins/xrandr/gsd-xrandr-manager.c
index 8155ed0..f8fc7de 100644
--- a/plugins/xrandr/gsd-xrandr-manager.c
+++ b/plugins/xrandr/gsd-xrandr-manager.c
@@ -629,6 +629,7 @@ user_says_things_are_ok (GsdXrandrManager *manager, GdkWindow *parent_window)
 
         print_countdown_text (&timeout);
 
+        gtk_window_set_title (GTK_WINDOW (timeout.dialog), _("Confirm New Configuration"));
         gtk_window_set_icon_name (GTK_WINDOW (timeout.dialog), "preferences-desktop-display");
         gtk_dialog_add_button (GTK_DIALOG (timeout.dialog), _("_Restore Previous Configuration"), 
GTK_RESPONSE_CANCEL);
         gtk_dialog_add_button (GTK_DIALOG (timeout.dialog), _("_Keep This Configuration"), 
GTK_RESPONSE_ACCEPT);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]