gtkstock: Adding a File label stock item.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=622658
This commit is contained in:
Ted Gould 2010-06-24 14:51:38 -05:00 committed by Javier Jardón
parent 1bfa931e20
commit 6330ea9e43
2 changed files with 2 additions and 1 deletions

View File

@ -335,6 +335,7 @@ static const GtkStockItem builtin_items [] =
{ GTK_STOCK_DISCONNECT, NC_("Stock label", "_Disconnect"), 0, 0, GETTEXT_PACKAGE },
{ GTK_STOCK_EXECUTE, NC_("Stock label", "_Execute"), 0, 0, GETTEXT_PACKAGE },
{ GTK_STOCK_EDIT, NC_("Stock label", "_Edit"), 0, 0, GETTEXT_PACKAGE },
{ GTK_STOCK_FILE, NC_("Stock label", "_File"), 0, 0, GETTEXT_PACKAGE },
{ GTK_STOCK_FIND, NC_("Stock label", "_Find"), GDK_CONTROL_MASK, 'f', GETTEXT_PACKAGE },
{ GTK_STOCK_FIND_AND_REPLACE, NC_("Stock label", "Find and _Replace"), GDK_CONTROL_MASK, 'r', GETTEXT_PACKAGE },
{ GTK_STOCK_FLOPPY, NC_("Stock label", "_Floppy"), 0, 0, GETTEXT_PACKAGE },

View File

@ -305,7 +305,7 @@ void gtk_stock_set_translate_func (const gchar *domain,
/**
* GTK_STOCK_FILE:
*
* The "File" icon.
* The "File" item.
* <inlinegraphic fileref="gtk-file.png" format="PNG"></inlinegraphic>
*
* Since: 2.6