app/app_procs.c app/channels_dialog.c app/fileops.c app/gdisplay.c

1999-11-23  Michael Natterer  <mitch@gimp.org>

	* app/app_procs.c
	* app/channels_dialog.c
	* app/fileops.c
	* app/gdisplay.c
	* app/gdisplay_ops.c
	* app/layers_dialog.c
	* app/menus.[ch]
	* app/paths_dialog.c
	* app/plug_in.c: removed
	menus_set_[sensitive|state]_glue(). Removed the N_()'s from all
	menu paths which are not eventually passed to
	gtk_item_factory_create_item().

	* app/tool_options.c: minor updates.

	* app/file_new_dialog.c: reordered the action_area buttons.
This commit is contained in:
Michael Natterer
1999-11-23 19:11:29 +00:00
committed by Michael Natterer
parent facdf43902
commit b6a3dd5acf
48 changed files with 611 additions and 706 deletions

View File

@ -56,12 +56,8 @@ void menus_quit (void);
void menus_set_sensitive (gchar *path,
gboolean sensitive);
void menus_set_sensitive_glue (gchar *prepath,
gchar *path,
gboolean sensitive);
void menus_set_state_glue (gchar *prepath,
gchar *path,
void menus_set_state (gchar *path,
gboolean state);
void menus_last_opened_add (gchar *filename);