diff options
Diffstat (limited to 'mate-panel/panel-force-quit.c')
-rw-r--r-- | mate-panel/panel-force-quit.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mate-panel/panel-force-quit.c b/mate-panel/panel-force-quit.c index 13b0139f..50a3be7d 100644 --- a/mate-panel/panel-force-quit.c +++ b/mate-panel/panel-force-quit.c @@ -249,9 +249,9 @@ kill_window_question (gpointer window) _("_Cancel"), "process-stop", GTK_RESPONSE_CANCEL); - gtk_dialog_add_button (GTK_DIALOG (dialog), - PANEL_STOCK_FORCE_QUIT, - GTK_RESPONSE_ACCEPT); + panel_dialog_add_button (GTK_DIALOG (dialog), + _("_Force Quit"), "process-stop", + GTK_RESPONSE_ACCEPT); gtk_dialog_set_default_response (GTK_DIALOG (dialog), GTK_RESPONSE_CANCEL); |