gimp r25896 - in trunk: . app/actions



Author: neo
Date: Thu Jun  5 06:58:10 2008
New Revision: 25896
URL: http://svn.gnome.org/viewvc/gimp?rev=25896&view=rev

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

	* app/actions/dialogs-actions.c (dialogs_dockable_actions): 
added
	actions to open/focus the brush, gradient and palette editors
	(bug #436131).



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

Modified: trunk/app/actions/dialogs-actions.c
==============================================================================
--- trunk/app/actions/dialogs-actions.c	(original)
+++ trunk/app/actions/dialogs-actions.c	Thu Jun  5 06:58:10 2008
@@ -119,6 +119,12 @@
     "gimp-brush-grid|gimp-brush-list",
     GIMP_HELP_BRUSH_DIALOG },
 
+  { "dialogs-brush-editor", NULL,
+    N_("Brush Editor"), NULL,
+    N_("Open the brush editor"),
+    "gimp-brush-editor",
+    GIMP_HELP_BRUSH_EDIT },
+
   { "dialogs-patterns", GIMP_STOCK_PATTERN,
     N_("P_atterns"), "<control><shift>P",
     N_("Open the patterns dialog"),
@@ -131,12 +137,24 @@
     "gimp-gradient-list|gimp-gradient-grid",
     GIMP_HELP_GRADIENT_DIALOG },
 
+  { "dialogs-gradient-editor", NULL,
+    N_("Gradient Editor"), NULL,
+    N_("Open the gradient editor"),
+    "gimp-gradient-editor",
+    GIMP_HELP_GRADIENT_EDIT },
+
   { "dialogs-palettes", GIMP_STOCK_PALETTE,
     N_("Pal_ettes"), NULL,
     N_("Open the palettes dialog"),
     "gimp-palette-list|gimp-palette-grid",
     GIMP_HELP_PALETTE_DIALOG },
 
+  { "dialogs-palette-editor", NULL,
+    N_("Palette Editor"), NULL,
+    N_("Open the palette editor"),
+    "gimp-palette-editor",
+    GIMP_HELP_PALETTE_EDIT },
+
   { "dialogs-fonts", GIMP_STOCK_FONT,
     N_("_Fonts"), NULL,
     N_("Open the fonts dialog"),



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