forked from AuroraMiddleware/gtk
Improve some GtkStock deprecation notes
Point at edit-delete and edit-paste as available icons.
This commit is contained in:
parent
1fb172011c
commit
7fbbf850c3
@ -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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user