gimp r25882 - trunk/app/actions



Author: neo
Date: Mon Jun  2 19:20:10 2008
New Revision: 25882
URL: http://svn.gnome.org/viewvc/gimp?rev=25882&view=rev

Log:
added a comment to explain how tools-value-1 and tools-value-2 are being 
used


Modified:
   trunk/app/actions/tools-actions.c

Modified: trunk/app/actions/tools-actions.c
==============================================================================
--- trunk/app/actions/tools-actions.c	(original)
+++ trunk/app/actions/tools-actions.c	Mon Jun  2 19:20:10 2008
@@ -358,6 +358,9 @@
     NULL },
 };
 
+/* tools-value-1 is effectively used to control
+ * opacity of the active tool
+ */
 static const GimpEnumActionEntry tools_value_1_actions[] =
 {
   { "tools-value-1-set", GIMP_STOCK_TOOL_OPTIONS,
@@ -394,6 +397,9 @@
     NULL },
 };
 
+/* tools-value-2 is effectively used to control
+ * the tip size of the active tool
+ */
 static const GimpEnumActionEntry tools_value_2_actions[] =
 {
   { "tools-value-2-set", GIMP_STOCK_TOOL_OPTIONS,



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