gimp r25431 - in trunk: . app/core



Author: neo
Date: Wed Apr  9 15:06:28 2008
New Revision: 25431
URL: http://svn.gnome.org/viewvc/gimp?rev=25431&view=rev

Log:
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.


Modified:
   trunk/ChangeLog
   trunk/app/core/core-enums.c
   trunk/app/core/core-enums.h
   trunk/app/core/gimplayer-floating-sel.c

Modified: trunk/app/core/core-enums.c
==============================================================================
--- trunk/app/core/core-enums.c	(original)
+++ trunk/app/core/core-enums.c	Wed Apr  9 15:06:28 2008
@@ -921,8 +921,8 @@
     { 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 },

Modified: trunk/app/core/core-enums.h
==============================================================================
--- trunk/app/core/core-enums.h	(original)
+++ trunk/app/core/core-enums.h	Wed Apr  9 15:06:28 2008
@@ -437,8 +437,8 @@
   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"                         >*/

Modified: trunk/app/core/gimplayer-floating-sel.c
==============================================================================
--- trunk/app/core/gimplayer-floating-sel.c	(original)
+++ trunk/app/core/gimplayer-floating-sel.c	Wed Apr  9 15:06:28 2008
@@ -98,7 +98,7 @@
   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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]