mirror of https://github.com/GNOME/gimp.git
remove extraneous comma.
2007-08-30 Michael Natterer <mitch@gimp.org> * libgimpbase/gimpbaseenums.h: remove extraneous comma. svn path=/trunk/; revision=23413
This commit is contained in:
parent
399b6639de
commit
8f05e8a0e9
|
@ -1,3 +1,7 @@
|
|||
2007-08-30 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* libgimpbase/gimpbaseenums.h: remove extraneous comma.
|
||||
|
||||
2007-08-30 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/gui/sync-menu.c: take over cosmetic fix from upstream.
|
||||
|
|
|
@ -330,7 +330,7 @@ typedef enum
|
|||
GIMP_TRANSFORM_RESIZE_ADJUST = 0, /*< desc="Adjust" >*/
|
||||
GIMP_TRANSFORM_RESIZE_CLIP = 1, /*< desc="Clip" >*/
|
||||
GIMP_TRANSFORM_RESIZE_CROP, /*< desc="Crop to result" >*/
|
||||
GIMP_TRANSFORM_RESIZE_CROP_WITH_ASPECT, /*< desc="Crop with aspect" >*/
|
||||
GIMP_TRANSFORM_RESIZE_CROP_WITH_ASPECT /*< desc="Crop with aspect" >*/
|
||||
} GimpTransformResize;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue