Forgot this...

This commit is contained in:
Tomas Ögren
1999-06-06 21:56:49 +00:00
parent 70c5316b26
commit 9976520e57
4 changed files with 24 additions and 0 deletions

View File

@ -43,8 +43,14 @@ void menus_quit (void);
void menus_set_sensitive (gchar *path,
gint sensitive);
void menus_set_sensitive_locale(gchar *prepath,
gchar *path,
gint sensitive);
void menus_set_state (gchar *path,
gint state);
void menus_set_state_locale (gchar *prepath,
gchar *path,
gint state);
void menus_last_opened_add (gchar *filename);