diff options
Diffstat (limited to 'shell/e-component-registry.h')
-rw-r--r-- | shell/e-component-registry.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/e-component-registry.h b/shell/e-component-registry.h index 76fbc778de..470fee289d 100644 --- a/shell/e-component-registry.h +++ b/shell/e-component-registry.h @@ -68,6 +68,9 @@ struct _EComponentInfo { char *button_label; GdkPixbuf *button_icon; + char *menu_label; + char *menu_accelerator; + GdkPixbuf *menu_icon; int sort_order; |