[gtk+] Improve some GtkStock deprecation notes
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Improve some GtkStock deprecation notes
- Date: Thu, 5 Mar 2015 21:07:37 +0000 (UTC)
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 "edit-cut" or the label "_Delete".
+ * Deprecated: 3.10: Use the named icon "edit-delete" or the label "_Delete".
*/
#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 "_Paste".
+ * Deprecated: 3.10: Use named icon "edit-paste" or the label "_Paste".
*/
#define GTK_STOCK_PASTE ((GtkStock)"gtk-paste")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]