[gtk+/gtk-3-14] Point to copy/cut/delete named icons in the stock item deprecations
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-3-14] Point to copy/cut/delete named icons in the stock item deprecations
- Date: Sun, 11 Jan 2015 02:54:22 +0000 (UTC)
commit d9b7a24c90c25ecd6ea26c6b6aa118686b724f70
Author: Emmanuele Bassi <ebassi gnome org>
Date: Fri Dec 26 16:04:26 2014 +0000
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
gtk/deprecated/gtkstock.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gtk/deprecated/gtkstock.h b/gtk/deprecated/gtkstock.h
index 13099c8..a3676eb 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 "_Copy".
+ * Deprecated: 3.10: Use the named icon "edit-copy" or the label "_Copy".
*/
#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 "Cu_t".
+ * Deprecated: 3.10: Use the named icon "edit-cut" or the label "Cu_t".
*/
#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 "_Delete".
+ * Deprecated: 3.10: Use the named icon "edit-cut" or the label "_Delete".
*/
#define GTK_STOCK_DELETE ((GtkStock)"gtk-delete")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]