0.9.10claws48
[claws.git] / src / gtk / menu.h
index 467e616ee578a0c6d97a0e602f7e0398f865317a..2f6377cce0c963f2b70d6c4eb33dfc27e88c48ca 100644 (file)
@@ -50,11 +50,12 @@ GtkWidget *menu_create_items        (GtkItemFactoryEntry    *entries,
                                 const gchar            *path,
                                 GtkItemFactory        **factory,
                                 gpointer                data);
-GtkWidget *popupmenu_create(GtkWidget *window,
+GtkWidget *popupmenu_create    (GtkWidget *window,
                                 GtkItemFactoryEntry *entries,
-                            guint n_entries,
+                                guint n_entries,
                                 const gchar *path,
                                 gpointer data);
+gchar *menu_translate          (const gchar *path, gpointer data);
 
 GString *menu_factory_get_rc   (const gchar            *path);
 void menu_factory_clear_rc     (const gchar            *rc_str);