summaryrefslogtreecommitdiff
path: root/xfce4-session/xfsm-manager.c
diff options
context:
space:
mode:
authorEric Koegel <eric.koegel@gmail.com>2016-06-06 08:26:12 +0300
committerEric Koegel <eric.koegel@gmail.com>2016-06-06 08:26:47 +0300
commit43e532f6c83cae09b4b55a2b4d2e8e97d43f7e60 (patch)
treef8b95b2176e762d74bab355f634849424a7f7be6 /xfce4-session/xfsm-manager.c
parentaffe4d948da63b9c11553d295bddf2867f797ad2 (diff)
downloadxfce4-session-43e532f6c83cae09b4b55a2b4d2e8e97d43f7e60.tar.gz
Clean up some of the message dialogs
Diffstat (limited to 'xfce4-session/xfsm-manager.c')
-rw-r--r--xfce4-session/xfsm-manager.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xfce4-session/xfsm-manager.c b/xfce4-session/xfsm-manager.c
index e6832d52..e53dd699 100644
--- a/xfce4-session/xfsm-manager.c
+++ b/xfce4-session/xfsm-manager.c
@@ -722,7 +722,7 @@ xfsm_manager_load_settings (XfsmManager *manager,
"dialog-error",
_("Unable to load a failsafe session"),
errorstr,
- _("_Quit"), GTK_RESPONSE_ACCEPT, NULL);
+ XFCE_BUTTON_TYPE_MIXED, "application-exit", _("_Quit"), GTK_RESPONSE_ACCEPT, NULL);
g_free (errorstr);
exit (EXIT_FAILURE);
}
@@ -1142,7 +1142,7 @@ xfsm_manager_save_yourself_global (XfsmManager *manager,
? _("Failed to suspend session")
: _("Failed to hibernate session"),
error->message,
- _("_Close"), GTK_RESPONSE_ACCEPT,
+ XFCE_BUTTON_TYPE_MIXED, "window-close", _("_Close"), GTK_RESPONSE_ACCEPT,
NULL);
g_error_free (error);
}