renamed new enums to use "style" instead of the overloaded term "type".

2003-09-21  Sven Neumann  <sven@gimp.org>

	* app/core/core-enums.[ch]: renamed new enums to use "style" instead
	of the overloaded term "type". Also renamed GimpGridType while I was
	on it.

	* app/core/gimpdrawable-stroke.[ch]
	* app/core/gimpgrid.[ch]
	* app/core/gimpscanconvert.[ch]
	* app/display/gimpdisplayshell.c
	* app/vectors/gimpvectors.c
	* app/gui/grid-dialog.c: changed accordingly.
This commit is contained in:
Sven Neumann
2003-09-21 10:45:19 +00:00
committed by Sven Neumann
parent 6206f28ab2
commit 3ee7c4d0e0
14 changed files with 121 additions and 106 deletions

View File

@ -152,8 +152,7 @@ grid_dialog_new (GimpDisplay *gdisp)
gtk_container_add (GTK_CONTAINER (frame), table);
type = gimp_prop_enum_option_menu_new (G_OBJECT (grid), "type",
GIMP_GRID_TYPE_DOTS,
GIMP_GRID_TYPE_SOLID);
GIMP_GRID_DOTS, GIMP_GRID_SOLID);
g_signal_connect (type, "changed",
G_CALLBACK (grid_changed_cb),
gimage);