[gimp] Apply Lens filter relocated in menu



commit 6308f0229a2235c0651a49a84309544d70491f6d
Author: Alexandre Prokoudine <alexandre prokoudine gmail com>
Date:   Thu Jul 28 16:06:59 2011 +0400

    Apply Lens filter relocated in menu
    
    The Apply Lens filter is moved from Light And Shadow to Distorts
    group where it really belongs.

 plug-ins/common/lens-apply.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/common/lens-apply.c b/plug-ins/common/lens-apply.c
index f38764e..8a2bcd9 100644
--- a/plug-ins/common/lens-apply.c
+++ b/plug-ins/common/lens-apply.c
@@ -118,7 +118,7 @@ query (void)
                           args, NULL);
 
   gimp_plugin_menu_register (PLUG_IN_PROC,
-                             "<Image>/Filters/Light and Shadow/Glass");
+                             "<Image>/Filters/Distorts");
 }
 
 static void



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