better descriptions for the GIMP_UNDO_FS_RIGOR and GIMP_UNDO_FS_RELAX undo
2008-04-09 Sven Neumann <sven@gimp.org> * app/core/core-enums.[ch] (enum GimpUndoType): better descriptions for the GIMP_UNDO_FS_RIGOR and GIMP_UNDO_FS_RELAX undo types. * app/core/gimplayer-floating-sel.c: corrected a comment. svn path=/trunk/; revision=25431
This commit is contained in:
committed by
Sven Neumann
parent
ed15144480
commit
e198bc4f2b
@ -1,6 +1,9 @@
|
||||
2008-04-09 Michael Natterer <mitch@gimp.org>
|
||||
2008-04-09 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* NEWS: mention some more color tool and GEGL changes.
|
||||
* app/core/core-enums.[ch] (enum GimpUndoType): better descriptions
|
||||
for the GIMP_UNDO_FS_RIGOR and GIMP_UNDO_FS_RELAX undo types.
|
||||
|
||||
* app/core/gimplayer-floating-sel.c: corrected a comment.
|
||||
|
||||
2008-04-09 Sven Neumann <sven@gimp.org>
|
||||
|
||||
|
||||
@ -921,8 +921,8 @@ gimp_undo_type_get_type (void)
|
||||
{ GIMP_UNDO_VECTORS_MOD, N_("Path modification"), NULL },
|
||||
{ GIMP_UNDO_VECTORS_REPOSITION, N_("Reposition path"), NULL },
|
||||
{ GIMP_UNDO_FS_TO_LAYER, N_("Floating selection to layer"), NULL },
|
||||
{ GIMP_UNDO_FS_RIGOR, N_("FS rigor"), NULL },
|
||||
{ GIMP_UNDO_FS_RELAX, N_("FS relax"), NULL },
|
||||
{ GIMP_UNDO_FS_RIGOR, N_("Create floating selection"), NULL },
|
||||
{ GIMP_UNDO_FS_RELAX, N_("Remove floating selection"), NULL },
|
||||
{ GIMP_UNDO_TRANSFORM, N_("Transform"), NULL },
|
||||
{ GIMP_UNDO_PAINT, N_("Paint"), NULL },
|
||||
{ GIMP_UNDO_INK, N_("Ink"), NULL },
|
||||
|
||||
@ -437,8 +437,8 @@ typedef enum /*< pdb-skip >*/
|
||||
GIMP_UNDO_VECTORS_MOD, /*< desc="Path modification" >*/
|
||||
GIMP_UNDO_VECTORS_REPOSITION, /*< desc="Reposition path" >*/
|
||||
GIMP_UNDO_FS_TO_LAYER, /*< desc="Floating selection to layer" >*/
|
||||
GIMP_UNDO_FS_RIGOR, /*< desc="FS rigor" >*/
|
||||
GIMP_UNDO_FS_RELAX, /*< desc="FS relax" >*/
|
||||
GIMP_UNDO_FS_RIGOR, /*< desc="Create floating selection" >*/
|
||||
GIMP_UNDO_FS_RELAX, /*< desc="Remove floating selection" >*/
|
||||
GIMP_UNDO_TRANSFORM, /*< desc="Transform" >*/
|
||||
GIMP_UNDO_PAINT, /*< desc="Paint" >*/
|
||||
GIMP_UNDO_INK, /*< desc="Ink" >*/
|
||||
|
||||
@ -98,7 +98,7 @@ floating_sel_remove (GimpLayer *layer)
|
||||
gimp_image_undo_group_start (image, GIMP_UNDO_GROUP_FS_REMOVE,
|
||||
_("Remove Floating Selection"));
|
||||
|
||||
/* store the affected area from the drawable in the backing store */
|
||||
/* restore the affected area in the drawable from the backing store */
|
||||
floating_sel_relax (layer, TRUE);
|
||||
|
||||
/* Invalidate the preview of the obscured drawable. We do this here
|
||||
|
||||
Reference in New Issue
Block a user