summaryrefslogtreecommitdiff
path: root/plugins/xrandr
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2013-08-16 14:19:22 +0200
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2013-08-16 15:10:19 +0200
commit0f6d1eec2e33d618344b6eb555b1f7e569c8d9e7 (patch)
tree2d76c091bb3e4e051b400b41bf6483e7c8fd7608 /plugins/xrandr
parent99f0ed4d88647ffa1c9b474b911aaf98aaf0821b (diff)
downloadgnome-settings-daemon-0f6d1eec2e33d618344b6eb555b1f7e569c8d9e7.tar.gz
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
Diffstat (limited to 'plugins/xrandr')
-rw-r--r--plugins/xrandr/gsd-xrandr-manager.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/xrandr/gsd-xrandr-manager.c b/plugins/xrandr/gsd-xrandr-manager.c
index 8155ed0a..f8fc7dec 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);