added missing include.

2006-09-09  Sven Neumann  <sven@gimp.org>

	* app/dialogs/about-dialog.c: added missing include.

	* app/display/display-enums.[ch]
	* app/dialogs/preferences-dialog.c: changed labels for
	"space-bar-action" preference. Suggestions welcome for further
	improvements.
This commit is contained in:
Sven Neumann
2006-09-09 00:36:23 +00:00
committed by Sven Neumann
parent c46a34fdf0
commit beb9cae497
5 changed files with 18 additions and 8 deletions

View File

@ -52,9 +52,9 @@ GType gimp_space_bar_action_get_type (void) G_GNUC_CONST;
typedef enum
{
GIMP_SPACE_BAR_ACTION_NONE, /*< desc="None" >*/
GIMP_SPACE_BAR_ACTION_PAN, /*< desc="Pan" >*/
GIMP_SPACE_BAR_ACTION_MOVE /*< desc="Move" >*/
GIMP_SPACE_BAR_ACTION_NONE, /*< desc="No action" >*/
GIMP_SPACE_BAR_ACTION_PAN, /*< desc="Pan view" >*/
GIMP_SPACE_BAR_ACTION_MOVE /*< desc="Switch to Move tool" >*/
} GimpSpaceBarAction;