[gimp/gimp-2-8] Bug 699886 - Missing <Dynamics> menu location for script/plugin
- From: Sven Claussner <sclaussner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gimp-2-8] Bug 699886 - Missing <Dynamics> menu location for script/plugin
- Date: Fri, 10 May 2013 13:53:44 +0000 (UTC)
commit 9625dd92b413b15b146d294434a4d574fcac6b1e
Author: Sven Claussner <sclaussner src gnome org>
Date: Thu May 9 02:35:34 2013 +0200
Bug 699886 - Missing <Dynamics> menu location for script/plugin
Add the missing <Dynamics> menu location for script/plugin
registration.
modified: app/plug-in/gimppluginprocedure.c
app/plug-in/gimppluginprocedure.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/app/plug-in/gimppluginprocedure.c b/app/plug-in/gimppluginprocedure.c
index 27853f0..6d98e3a 100644
--- a/app/plug-in/gimppluginprocedure.c
+++ b/app/plug-in/gimppluginprocedure.c
@@ -448,6 +448,7 @@ gimp_plug_in_procedure_add_menu_path (GimpPlugInProcedure *proc,
}
}
else if (g_str_has_prefix (menu_path, "<Brushes>") ||
+ g_str_has_prefix (menu_path, "<Dynamics>") ||
g_str_has_prefix (menu_path, "<Gradients>") ||
g_str_has_prefix (menu_path, "<Palettes>") ||
g_str_has_prefix (menu_path, "<Patterns>") ||
@@ -472,8 +473,8 @@ gimp_plug_in_procedure_add_menu_path (GimpPlugInProcedure *proc,
"Use either \"<Toolbox>\", \"<Image>\", "
"\"<Layers>\", \"<Channels>\", \"<Vectors>\", "
"\"<Colormap>\", \"<Load>\", \"<Save>\", "
- "\"<Brushes>\", \"<Gradients>\", \"<Palettes>\", "
- "\"<Patterns>\" or \"<Buffers>\".",
+ "\"<Brushes>\", \"<Dynamics>\", \"<Gradients>\", "
+ "\"<Palettes>\", \"<Patterns>\" or \"<Buffers>\".",
basename, gimp_filename_to_utf8 (proc->prog),
gimp_object_get_name (proc),
menu_path);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]