gimp r25889 - in trunk: . app/paint



Author: neo
Date: Wed Jun  4 13:24:25 2008
New Revision: 25889
URL: http://svn.gnome.org/viewvc/gimp?rev=25889&view=rev

Log:
2008-06-04  Sven Neumann  <sven gimp org>

	* app/paint/gimpairbrushoptions.c: removed trailing whitespace.


Modified:
   trunk/ChangeLog
   trunk/app/paint/gimpairbrushoptions.c

Modified: trunk/app/paint/gimpairbrushoptions.c
==============================================================================
--- trunk/app/paint/gimpairbrushoptions.c	(original)
+++ trunk/app/paint/gimpairbrushoptions.c	Wed Jun  4 13:24:25 2008
@@ -72,13 +72,15 @@
                                    0.0, 100.0, AIRBRUSH_DEFAULT_PRESSURE,
                                    GIMP_PARAM_STATIC_STRINGS);
 
-  /* override velocity size because its unnatural as a default for airbrush */
+  /* override velocity-size because its unnatural as a default for airbrush */
   GIMP_CONFIG_INSTALL_PROP_BOOLEAN (object_class, PROP_VELOCITY_SIZE,
                                     "velocity-size", NULL,
                                     FALSE,
                                     GIMP_PARAM_STATIC_STRINGS);
-  
-  /* override velocity hardness to default to a true, because that is natural for airbrush */
+
+  /* override velocity-hardness to default to a true,
+   * because that is natural for airbrush
+   */
   GIMP_CONFIG_INSTALL_PROP_BOOLEAN (object_class, PROP_VELOCITY_HARDNESS,
                                     "velocity-hardness", NULL,
                                     TRUE,



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