gimp r26949 - in trunk: . app/actions



Author: mitch
Date: Tue Sep 16 08:38:09 2008
New Revision: 26949
URL: http://svn.gnome.org/viewvc/gimp?rev=26949&view=rev

Log:
2008-09-16  Michael Natterer  <mitch gimp org>

	* app/actions/actions.c: use the "tool options" icon for the
	"context" action group since that's what its actions mostly
	control.

	* app/actions/dialogs-actions.c: use the "brush", "gradient" and
	"palette" icons also for their resp. editors since that's also the
	icons they use in their dockable tabs.



Modified:
   trunk/ChangeLog
   trunk/app/actions/actions.c
   trunk/app/actions/dialogs-actions.c

Modified: trunk/app/actions/actions.c
==============================================================================
--- trunk/app/actions/actions.c	(original)
+++ trunk/app/actions/actions.c	Tue Sep 16 08:38:09 2008
@@ -112,7 +112,7 @@
   { "colormap", N_("Colormap"), GIMP_STOCK_COLORMAP,
     colormap_actions_setup,
     colormap_actions_update },
-  { "context", N_("Context"), NULL,
+  { "context", N_("Context"), GIMP_STOCK_TOOL_OPTIONS /* well... */,
     context_actions_setup,
     context_actions_update },
   { "cursor-info", N_("Pointer Information"), NULL,

Modified: trunk/app/actions/dialogs-actions.c
==============================================================================
--- trunk/app/actions/dialogs-actions.c	(original)
+++ trunk/app/actions/dialogs-actions.c	Tue Sep 16 08:38:09 2008
@@ -119,7 +119,7 @@
     "gimp-brush-grid|gimp-brush-list",
     GIMP_HELP_BRUSH_DIALOG },
 
-  { "dialogs-brush-editor", NULL,
+  { "dialogs-brush-editor", GIMP_STOCK_BRUSH,
     N_("Brush Editor"), NULL,
     N_("Open the brush editor"),
     "gimp-brush-editor",
@@ -137,7 +137,7 @@
     "gimp-gradient-list|gimp-gradient-grid",
     GIMP_HELP_GRADIENT_DIALOG },
 
-  { "dialogs-gradient-editor", NULL,
+  { "dialogs-gradient-editor", GIMP_STOCK_GRADIENT,
     N_("Gradient Editor"), NULL,
     N_("Open the gradient editor"),
     "gimp-gradient-editor",
@@ -149,7 +149,7 @@
     "gimp-palette-list|gimp-palette-grid",
     GIMP_HELP_PALETTE_DIALOG },
 
-  { "dialogs-palette-editor", NULL,
+  { "dialogs-palette-editor", GIMP_STOCK_PALETTE,
     N_("Palette Editor"), NULL,
     N_("Open the palette editor"),
     "gimp-palette-editor",



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