[gimp] pygimp: move histogram-export to Colors -> Info



commit 41c0b093a28fe9b4fe509dbb3f6c05f3321c6927
Author: Michael Natterer <mitch gimp org>
Date:   Sat May 17 02:07:03 2014 +0200

    pygimp: move histogram-export to Colors -> Info

 plug-ins/pygimp/plug-ins/histogram-export.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/pygimp/plug-ins/histogram-export.py b/plug-ins/pygimp/plug-ins/histogram-export.py
index 4045a6d..361ea72 100755
--- a/plug-ins/pygimp/plug-ins/histogram-export.py
+++ b/plug-ins/pygimp/plug-ins/histogram-export.py
@@ -106,8 +106,8 @@ register(
     ],
     [],
     histogram_export,
-    menu="<Image>/Colors",
+    menu="<Image>/Colors/Info",
     domain=("gimp20-python", gimp.locale_directory)
     )
 
-main()
\ No newline at end of file
+main()


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