[gimp/blend-tool-fun: 127/163] plug-ins: add the legacy difference of gaussians back to the menus



commit 937f1581185fea53111c86df24c61e739c04ec30
Author: Michael Natterer <mitch gimp org>
Date:   Wed Oct 14 23:10:03 2015 +0200

    plug-ins: add the legacy difference of gaussians back to the menus
    
    until we have sorted out the differences to the new GEGL op.

 plug-ins/common/edge-dog.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/plug-ins/common/edge-dog.c b/plug-ins/common/edge-dog.c
index acc4572..ca19c1c 100644
--- a/plug-ins/common/edge-dog.c
+++ b/plug-ins/common/edge-dog.c
@@ -144,6 +144,8 @@ query (void)
                           GIMP_PLUGIN,
                           G_N_ELEMENTS (args), 0,
                           args, NULL);
+
+  gimp_plugin_menu_register (PLUG_IN_PROC, "<Image>/Filters/Edge-Detect");
 }
 
 static void


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