[gimp] plug-ins: add the legacy difference of gaussians back to the menus
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] plug-ins: add the legacy difference of gaussians back to the menus
- Date: Wed, 14 Oct 2015 21:11:07 +0000 (UTC)
commit 940349c56418b86dfda484e696f15d30553c6bcd
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]