r1342@localhost: muntyan | 2005-12-10 19:22:06 -0600

MOO_STOCK_EDIT_BOOKMARK
This commit is contained in:
Yevgen Muntyan 2005-12-11 07:23:59 +00:00
parent f69c7dcdb4
commit a786d69b6a
2 changed files with 4 additions and 0 deletions

View File

@ -232,5 +232,7 @@ void moo_create_stock_items (void)
register_stock_icon_alias (factory, GTK_STOCK_FIND, MOO_STOCK_FIND_IN_FILES);
register_stock_icon_alias (factory, GTK_STOCK_FIND, MOO_STOCK_FIND_FILE);
register_stock_icon_alias (factory, GTK_STOCK_ABOUT, MOO_STOCK_EDIT_BOOKMARK);
g_object_unref (G_OBJECT (factory));
}

View File

@ -59,6 +59,8 @@ G_BEGIN_DECLS
#define MOO_STOCK_FILE_SAVE_AS "moo-file-save-as"
#define MOO_STOCK_FILE_SAVE_COPY "moo-file-save-copy"
#define MOO_STOCK_EDIT_BOOKMARK "moo-edit-bookmark"
#define MOO_STOCK_PLUGINS GTK_STOCK_PREFERENCES