[gimp] menus: remove the "Image -> Tools -> Color Tools" submenu



commit 6992b433d32deb970ea5d808c1cfce831a510592
Author: Michael Natterer <mitch gimp org>
Date:   Sun Jul 9 19:44:51 2017 +0200

    menus: remove the "Image -> Tools -> Color Tools" submenu
    
    they will all be plain filters soon enough, can just remove them
    already and clean up the menu.
    
    Also put the tools which don't modify the image together in a group,
    enclosed by separators.

 menus/image-menu.xml.in |   13 ++++---------
 1 files changed, 4 insertions(+), 9 deletions(-)
---
diff --git a/menus/image-menu.xml.in b/menus/image-menu.xml.in
index 534cc2b..9361686 100644
--- a/menus/image-menu.xml.in
+++ b/menus/image-menu.xml.in
@@ -664,19 +664,14 @@
              <menuitem action="tools-n-point-deformation" />
        -->
       </menu>
-      <menu action="tools-color-menu" name="Color Tools">
-        <menuitem action="tools-brightness-contrast" />
-        <menuitem action="tools-threshold" />
-        <menuitem action="tools-levels" />
-        <menuitem action="tools-curves" />
-      </menu>
       <menuitem action="tools-vector" />
-      <menuitem action="tools-color-picker" />
-      <menuitem action="tools-zoom" />
-      <menuitem action="tools-measure" />
       <menuitem action="tools-text" />
       <menuitem action="tools-gegl" />
       <separator />
+      <menuitem action="tools-color-picker" />
+      <menuitem action="tools-measure" />
+      <menuitem action="tools-zoom" />
+      <separator />
       <menuitem action="dialogs-toolbox" />
       <menuitem action="context-colors-default" />
       <menuitem action="context-colors-swap" />


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