[balsa/gtk3] Do not use deprecated icon names. - src/spell-check.c: ... for go-last and view-refresh.



commit 7f1df416bb0d6c82a82513e7e315a787e273259a
Author: Pawel Salek <pawsa0 gmail com>
Date:   Tue Jan 28 10:56:11 2014 +0100

    Do not use deprecated icon names.
    - src/spell-check.c: ... for go-last and view-refresh.

 ChangeLog         |    4 ++++
 src/spell-check.c |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index d0d439a..524680d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-01-28  Pawel Salek
+
+       * src/spell-check.c: do not use deprecated icon names.
+
 2014-01-25  Peter Bloomfield  <pbloomfield bellsouth net>
 
        Remove accelerators from app-menu; duplicate "new message",
diff --git a/src/spell-check.c b/src/spell-check.c
index 78cee08..c852875 100644
--- a/src/spell-check.c
+++ b/src/spell-check.c
@@ -342,7 +342,7 @@ balsa_spell_check_init(BalsaSpellCheck * spell_check)
                     G_CALLBACK(change_cb), spell_check);
     gtk_grid_attach(grid, widget, 0, 0, 1, 1);
 
-    widget = balsa_stock_button_with_label(GTK_STOCK_REFRESH,
+    widget = balsa_stock_button_with_label("view-refresh",
                                            _("Change _All"));
     gtk_widget_set_tooltip_text(widget,
                                 _("Replace all occurrences of the current word "
@@ -359,7 +359,7 @@ balsa_spell_check_init(BalsaSpellCheck * spell_check)
                     G_CALLBACK(ignore_cb), spell_check);
     gtk_grid_attach(grid, widget, 1, 0, 1, 1);
 
-    widget = balsa_stock_button_with_label(GTK_STOCK_GOTO_LAST,
+    widget = balsa_stock_button_with_label("go-last",
                                            _("I_gnore All"));
     gtk_widget_set_tooltip_text(widget,
                                 _("Skip all occurrences of the current word"));


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