trailing whitespace.

2004-11-01  Michael Natterer  <mitch@gimp.org>

	* app/actions/drawable-actions.c: trailing whitespace.

	* app/actions/drawable-commands.[ch]: partly revert alphabetical
	ordering. Instead, group them as in drawable-actions.c and order
	by alphabet inside the groups (different ordering in *-actions.c
	and *-commands.c is inconvenient for the usual workflow of editing
	both files at the same time).

	* app/core/gimpdrawable-levels.h: indentation.
This commit is contained in:
Michael Natterer
2004-11-01 14:06:32 +00:00
committed by Michael Natterer
parent 6345f24f42
commit 2ab62df91a
5 changed files with 129 additions and 115 deletions

View File

@ -74,7 +74,7 @@ static GimpToggleActionEntry drawable_toggle_actions[] =
G_CALLBACK (drawable_linked_cmd_callback),
FALSE,
GIMP_HELP_LAYER_LINKED },
{ "drawable-visible", GIMP_STOCK_VISIBLE,
N_("_Visible"), NULL, NULL,
G_CALLBACK (drawable_visible_cmd_callback),