summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2014-12-26 16:04:26 +0000
committerMatthias Clasen <mclasen@redhat.com>2015-01-10 21:31:46 -0500
commitd9b7a24c90c25ecd6ea26c6b6aa118686b724f70 (patch)
tree7530a79427d999d7b9f3e5ebc557755e24ef939d
parent682dc8eea7f37ab1e53177a8dc5c5281a90f95ac (diff)
downloadgtk+-d9b7a24c90c25ecd6ea26c6b6aa118686b724f70.tar.gz
Point to copy/cut/delete named icons in the stock item deprecations
We still use symbolic icons for Copy, Cut, and Delete operations inside toolbars and some menus, so it's worth pointing to the symbolic icon names in the deprecation notices. https://bugzilla.gnome.org/show_bug.cgi?id=741969
-rw-r--r--gtk/deprecated/gtkstock.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/deprecated/gtkstock.h b/gtk/deprecated/gtkstock.h
index 13099c810a..a3676eb5d7 100644
--- a/gtk/deprecated/gtkstock.h
+++ b/gtk/deprecated/gtkstock.h
@@ -232,7 +232,7 @@ typedef char * GtkStock;
*
* The “Copy” item and icon.
*
- * Deprecated: 3.10: Do not use an icon. Use label &quot;_Copy&quot;.
+ * Deprecated: 3.10: Use the named icon &quot;edit-copy&quot; or the label &quot;_Copy&quot;.
*/
#define GTK_STOCK_COPY ((GtkStock)"gtk-copy")
@@ -241,7 +241,7 @@ typedef char * GtkStock;
*
* The “Cut” item and icon.
*
- * Deprecated: 3.10: Do not use an icon. Use label &quot;Cu_t&quot;.
+ * Deprecated: 3.10: Use the named icon &quot;edit-cut&quot; or the label &quot;Cu_t&quot;.
*/
#define GTK_STOCK_CUT ((GtkStock)"gtk-cut")
@@ -250,7 +250,7 @@ typedef char * GtkStock;
*
* The “Delete” item and icon.
*
- * Deprecated: 3.10: Do not use an icon. Use label &quot;_Delete&quot;.
+ * Deprecated: 3.10: Use the named icon &quot;edit-cut&quot; or the label &quot;_Delete&quot;.
*/
#define GTK_STOCK_DELETE ((GtkStock)"gtk-delete")