[gtk+] Improve some GtkStock deprecation notes



commit 7fbbf850c3be3e3e27c71821193cd64263328271
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Mar 5 16:06:22 2015 -0500

    Improve some GtkStock deprecation notes
    
    Point at edit-delete and edit-paste as available icons.

 gtk/deprecated/gtkstock.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/deprecated/gtkstock.h b/gtk/deprecated/gtkstock.h
index a3676eb..9a7a15f 100644
--- a/gtk/deprecated/gtkstock.h
+++ b/gtk/deprecated/gtkstock.h
@@ -250,7 +250,7 @@ typedef char * GtkStock;
  *
  * The “Delete” item and icon.
  *
- * Deprecated: 3.10: Use the named icon &quot;edit-cut&quot; or the label &quot;_Delete&quot;.
+ * Deprecated: 3.10: Use the named icon &quot;edit-delete&quot; or the label &quot;_Delete&quot;.
  */
 #define GTK_STOCK_DELETE           ((GtkStock)"gtk-delete")
 
@@ -824,7 +824,7 @@ typedef char * GtkStock;
  *
  * The “Paste” item and icon.
  *
- * Deprecated: 3.10: Do not use an icon. Use label &quot;_Paste&quot;.
+ * Deprecated: 3.10: Use named icon &quot;edit-paste&quot; or the label &quot;_Paste&quot;.
  */
 #define GTK_STOCK_PASTE            ((GtkStock)"gtk-paste")
 


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