gimp r25336 - in trunk: . app/tools



Author: neo
Date: Wed Apr  2 19:53:53 2008
New Revision: 25336
URL: http://svn.gnome.org/viewvc/gimp?rev=25336&view=rev

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

	* app/tools/gimpperspectiveclonetool.c: removed frame around the
	mode radio buttons (bug #525747).

	* app/tools/gimpdodgeburntool.c: relabelled "Mode" frame to 
"Range".



Modified:
   trunk/ChangeLog
   trunk/app/tools/gimpdodgeburntool.c
   trunk/app/tools/gimpperspectiveclonetool.c

Modified: trunk/app/tools/gimpdodgeburntool.c
==============================================================================
--- trunk/app/tools/gimpdodgeburntool.c	(original)
+++ trunk/app/tools/gimpdodgeburntool.c	Wed Apr  2 19:53:53 2008
@@ -210,8 +210,7 @@
   g_free (str);
 
   /*  mode (highlights, midtones, or shadows)  */
-  frame = gimp_prop_enum_radio_frame_new (config, "mode",
-                                          _("Mode"), 0, 0);
+  frame = gimp_prop_enum_radio_frame_new (config, "mode", _("Range"), 0, 0);
   gtk_box_pack_start (GTK_BOX (vbox), frame, FALSE, FALSE, 0);
   gtk_widget_show (frame);
 

Modified: trunk/app/tools/gimpperspectiveclonetool.c
==============================================================================
--- trunk/app/tools/gimpperspectiveclonetool.c	(original)
+++ trunk/app/tools/gimpperspectiveclonetool.c	Wed Apr  2 19:53:53 2008
@@ -297,7 +297,7 @@
       break;
 
     case GIMP_TOOL_ACTION_RESUME:
-      /* only in the case that Mode: Modify Poligon is set " */
+      /* only in the case that "Modify Polygon" mode is set " */
       gimp_perspective_clone_tool_bounds (clone_tool, display);
       gimp_perspective_clone_tool_recalc (clone_tool, display);
       break;
@@ -948,8 +948,7 @@
   paint_options = gimp_paint_options_gui (tool_options);
 
   /* radio buttons to set if you are modifying perspe plane or painting */
-  mode = gimp_prop_enum_radio_frame_new (config, "clone-mode",
-                                        _("Mode"), 0, 0);
+  mode = gimp_prop_enum_radio_box_new (config, "clone-mode", 0, 0);
   gtk_box_pack_start (GTK_BOX (vbox), mode, FALSE, FALSE, 0);
   gtk_widget_show (mode);
 



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