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

bluesabre pushed a 
commit to branch 
master
in repository apps/xfce4-screensaver.

commit 6cb2c29894d4229942af7b228ef9ca009e4a733d
Author: Simon Steinbeiss <simon.steinbe...@elfenbeinturm.at>
Date:   Fri Oct 5 23:37:37 2018 +0200

    Replace deprecated GtkStock stuff
---
 src/copy-theme-dialog.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/copy-theme-dialog.c b/src/copy-theme-dialog.c
index fe7610d..40ea5f3 100644
--- a/src/copy-theme-dialog.c
+++ b/src/copy-theme-dialog.c
@@ -253,7 +253,7 @@ copy_theme_dialog_init (CopyThemeDialog *dlg)
        gtk_widget_set_halign (dlg->priv->current, GTK_ALIGN_START);
 
        gtk_dialog_add_button (GTK_DIALOG (dlg),
-                              GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL);
+                              _("_Cancel"), GTK_RESPONSE_CANCEL);
 
        gtk_window_set_title (GTK_WINDOW (dlg),
                              _("Copying themes"));

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to