[gimp] Mark legacy plug-ins/scripts as such in menu



commit 9724d7989d11d6305132fb3f0797aa27239b6e11
Author: Alexandre Prokoudine <alexandre prokoudine gmail com>
Date:   Wed Dec 27 02:40:27 2017 +0300

    Mark legacy plug-ins/scripts as such in menu

 plug-ins/common/cartoon.c                  |    2 +-
 plug-ins/common/checkerboard.c             |    2 +-
 plug-ins/common/color-enhance.c            |    2 +-
 plug-ins/common/edge-dog.c                 |    2 +-
 plug-ins/common/edge-neon.c                |    2 +-
 plug-ins/common/emboss.c                   |    2 +-
 plug-ins/common/fractal-trace.c            |    2 +-
 plug-ins/common/grid.c                     |    2 +-
 plug-ins/common/oilify.c                   |    2 +-
 plug-ins/common/photocopy.c                |    2 +-
 plug-ins/common/softglow.c                 |    2 +-
 plug-ins/common/unsharp-mask.c             |    2 +-
 plug-ins/script-fu/scripts/drop-shadow.scm |    2 +-
 13 files changed, 13 insertions(+), 13 deletions(-)
---
diff --git a/plug-ins/common/cartoon.c b/plug-ins/common/cartoon.c
index 241f116..2a724aa 100644
--- a/plug-ins/common/cartoon.c
+++ b/plug-ins/common/cartoon.c
@@ -144,7 +144,7 @@ query (void)
                           "Spencer Kimball",
                           "Bit Specialists, Inc.",
                           "2001",
-                          N_("Ca_rtoon..."),
+                          N_("Ca_rtoon (legacy)..."),
                           "RGB*, GRAY*",
                           GIMP_PLUGIN,
                           G_N_ELEMENTS (args), 0,
diff --git a/plug-ins/common/checkerboard.c b/plug-ins/common/checkerboard.c
index a1fb715..88918a3 100644
--- a/plug-ins/common/checkerboard.c
+++ b/plug-ins/common/checkerboard.c
@@ -91,7 +91,7 @@ query (void)
                           "Brent Burton & the Edward Blevins",
                           "Brent Burton & the Edward Blevins",
                           "1997",
-                          N_("_Checkerboard..."),
+                          N_("_Checkerboard (legacy)..."),
                           "RGB*, GRAY*",
                           GIMP_PLUGIN,
                           G_N_ELEMENTS (args), 0,
diff --git a/plug-ins/common/color-enhance.c b/plug-ins/common/color-enhance.c
index 254228e..464684f 100644
--- a/plug-ins/common/color-enhance.c
+++ b/plug-ins/common/color-enhance.c
@@ -77,7 +77,7 @@ query (void)
                           "Martin Weber",
                           "Martin Weber",
                           "1997",
-                          N_("_Color Enhance"),
+                          N_("_Color Enhance (legacy)"),
                           "RGB*, INDEXED*",
                           GIMP_PLUGIN,
                           G_N_ELEMENTS (args), 0,
diff --git a/plug-ins/common/edge-dog.c b/plug-ins/common/edge-dog.c
index 142ef07..2813611 100644
--- a/plug-ins/common/edge-dog.c
+++ b/plug-ins/common/edge-dog.c
@@ -139,7 +139,7 @@ query (void)
                           "Spencer Kimball, Peter Mattis, Sven Neumann, William Skaggs",
                           "Spencer Kimball, Peter Mattis, Sven Neumann, William Skaggs",
                           "1995-2004",
-                          N_("_Difference of Gaussians..."),
+                          N_("_Difference of Gaussians (legacy)..."),
                           "RGB*, GRAY*",
                           GIMP_PLUGIN,
                           G_N_ELEMENTS (args), 0,
diff --git a/plug-ins/common/edge-neon.c b/plug-ins/common/edge-neon.c
index 78466eb..bd36b7d 100644
--- a/plug-ins/common/edge-neon.c
+++ b/plug-ins/common/edge-neon.c
@@ -137,7 +137,7 @@ query (void)
                           "Spencer Kimball",
                           "Bit Specialists, Inc.",
                           "2002",
-                          N_("_Neon..."),
+                          N_("_Neon (legacy)..."),
                           "RGB*, GRAY*",
                           GIMP_PLUGIN,
                           G_N_ELEMENTS (args), 0,
diff --git a/plug-ins/common/emboss.c b/plug-ins/common/emboss.c
index 5bf7f4e..0df0136 100644
--- a/plug-ins/common/emboss.c
+++ b/plug-ins/common/emboss.c
@@ -128,7 +128,7 @@ query (void)
                           "Eric L. Hernes, John Schlag",
                           "Eric L. Hernes",
                           "1997",
-                          N_("_Emboss..."),
+                          N_("_Emboss (legacy)..."),
                           "RGB*",
                           GIMP_PLUGIN,
                           G_N_ELEMENTS (args), 0,
diff --git a/plug-ins/common/fractal-trace.c b/plug-ins/common/fractal-trace.c
index 6be25fc..387b873 100644
--- a/plug-ins/common/fractal-trace.c
+++ b/plug-ins/common/fractal-trace.c
@@ -118,7 +118,7 @@ query (void)
                           "Hirotsuna Mizuno <s1041150 u-aizu ac jp>",
                           "Copyright (C) 1997 Hirotsuna Mizuno",
                           PLUG_IN_VERSION,
-                          N_("_Fractal Trace..."),
+                          N_("_Fractal Trace (legacy)..."),
                           "RGB*, GRAY*",
                           GIMP_PLUGIN,
                           G_N_ELEMENTS (args), 0,
diff --git a/plug-ins/common/grid.c b/plug-ins/common/grid.c
index 4ad87fc..4579ae7 100644
--- a/plug-ins/common/grid.c
+++ b/plug-ins/common/grid.c
@@ -145,7 +145,7 @@ void query (void)
                           "Tim Newsome",
                           "Tim Newsome, Sven Neumann, Tom Rathborne, TC",
                           "1997 - 2000",
-                          N_("_Grid..."),
+                          N_("_Grid (legacy)..."),
                           "RGB*, GRAY*, INDEXED*",
                           GIMP_PLUGIN,
                           G_N_ELEMENTS (args), 0,
diff --git a/plug-ins/common/oilify.c b/plug-ins/common/oilify.c
index e101800..4cbd582 100644
--- a/plug-ins/common/oilify.c
+++ b/plug-ins/common/oilify.c
@@ -122,7 +122,7 @@ query (void)
                           "Torsten Martinsen",
                           "Torsten Martinsen",
                           "1996",
-                          N_("Oili_fy..."),
+                          N_("Oili_fy (legacy)..."),
                           "RGB*, GRAY*",
                           GIMP_PLUGIN,
                           G_N_ELEMENTS (args), 0,
diff --git a/plug-ins/common/photocopy.c b/plug-ins/common/photocopy.c
index 86664da..7fa0a09 100644
--- a/plug-ins/common/photocopy.c
+++ b/plug-ins/common/photocopy.c
@@ -155,7 +155,7 @@ query (void)
                           "Spencer Kimball",
                           "Bit Specialists, Inc.",
                           "2001",
-                          N_("_Photocopy..."),
+                          N_("_Photocopy (legacy)..."),
                           "RGB*, GRAY*",
                           GIMP_PLUGIN,
                           G_N_ELEMENTS (args), 0,
diff --git a/plug-ins/common/softglow.c b/plug-ins/common/softglow.c
index 8772d38..08e1f25 100644
--- a/plug-ins/common/softglow.c
+++ b/plug-ins/common/softglow.c
@@ -136,7 +136,7 @@ query (void)
                           "Spencer Kimball",
                           "Bit Specialists, Inc.",
                           "2001",
-                          N_("_Softglow..."),
+                          N_("_Softglow (legacy)..."),
                           "RGB*, GRAY*",
                           GIMP_PLUGIN,
                           G_N_ELEMENTS (args), 0,
diff --git a/plug-ins/common/unsharp-mask.c b/plug-ins/common/unsharp-mask.c
index 0fae459..065744c 100644
--- a/plug-ins/common/unsharp-mask.c
+++ b/plug-ins/common/unsharp-mask.c
@@ -139,7 +139,7 @@ query (void)
                           "Winston Chang <winstonc cs wisc edu>",
                           "Winston Chang",
                           "1999-2009",
-                          N_("_Unsharp Mask..."),
+                          N_("_Unsharp Mask (legacy)..."),
                           "GRAY*, RGB*",
                           GIMP_PLUGIN,
                           G_N_ELEMENTS (args), 0,
diff --git a/plug-ins/script-fu/scripts/drop-shadow.scm b/plug-ins/script-fu/scripts/drop-shadow.scm
index 48ccf9b..38574f9 100644
--- a/plug-ins/script-fu/scripts/drop-shadow.scm
+++ b/plug-ins/script-fu/scripts/drop-shadow.scm
@@ -167,7 +167,7 @@
 )
 
 (script-fu-register "script-fu-drop-shadow"
-  _"_Drop Shadow..."
+  _"_Drop Shadow (legacy)..."
   _"Add a drop shadow to the selected region (or alpha)"
   "Sven Neumann <sven gimp org>"
   "Sven Neumann"


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