diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2002-10-11 20:36:21 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-10-11 20:36:21 +0000 |
commit | a9b71314ee7e770bd1f9b00c14212190f3ac1427 (patch) | |
tree | 89a453049dfe787de48e30f442c858ecc48132e3 /gtk/gtkimagemenuitem.c | |
parent | 5591c434f876b7a0f3c62dec145a118671a32977 (diff) | |
download | gtk+-a9b71314ee7e770bd1f9b00c14212190f3ac1427.tar.gz |
Lots of trivial doc fixes.
Diffstat (limited to 'gtk/gtkimagemenuitem.c')
-rw-r--r-- | gtk/gtkimagemenuitem.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gtk/gtkimagemenuitem.c b/gtk/gtkimagemenuitem.c index fa349474b4..e9b923151d 100644 --- a/gtk/gtkimagemenuitem.c +++ b/gtk/gtkimagemenuitem.c @@ -356,11 +356,11 @@ gtk_image_menu_item_new_with_mnemonic (const gchar *label) * stock item. Some stock ids have preprocessor macros like #GTK_STOCK_OK * and #GTK_STOCK_APPLY. * - * If you want this menu item to have changeable accelerators, then - * pass in %NULL for @accel_group call gtk_menu_item_set_accel_path() - * with an appropriate path for the menu item, then use gtk_stock_lookup() - * too look up the standard accelerator for the stock item and - * if one is found, call gtk_accel_map_add_entry() to register it. + * If you want this menu item to have changeable accelerators, then pass in + * %NULL for accel_group. Next call gtk_menu_item_set_accel_path() with an + * appropriate path for the menu item, use gtk_stock_lookup() to look up the + * standard accelerator for the stock item, and if one is found, call + * gtk_accel_map_add_entry() to register it. **/ GtkWidget* gtk_image_menu_item_new_from_stock (const gchar *stock_id, |