[gimp] plug-ins: move the metadata plug-in from File to Image
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] plug-ins: move the metadata plug-in from File to Image
- Date: Tue, 29 Oct 2013 16:38:31 +0000 (UTC)
commit b60cfac840cf9d9892fa035d2d45e98a84329885
Author: Michael Natterer <mitch gimp org>
Date: Tue Oct 29 17:37:49 2013 +0100
plug-ins: move the metadata plug-in from File to Image
plug-ins/common/metadata.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plug-ins/common/metadata.c b/plug-ins/common/metadata.c
index e94cbae..0b9cda7 100644
--- a/plug-ins/common/metadata.c
+++ b/plug-ins/common/metadata.c
@@ -136,13 +136,13 @@ query (void)
"Hartmut Kuhse, Michael Natterer",
"Hartmut Kuhse, Michael Natterer",
"2013",
- N_("Show Metadata"),
+ N_("Image Metadata"),
"*",
GIMP_PLUGIN,
G_N_ELEMENTS (metadata_args), 0,
metadata_args, NULL);
- gimp_plugin_menu_register (PLUG_IN_PROC, "<Image>/File/Info");
+ gimp_plugin_menu_register (PLUG_IN_PROC, "<Image>/Image");
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]