[gimp] Bug 699886 - Missing <Dynamics> menu location for script/plugin
- From: Sven Claussner <sclaussner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Bug 699886 - Missing <Dynamics> menu location for script/plugin
- Date: Fri, 10 May 2013 13:55:58 +0000 (UTC)
commit 0937953844fa85ac90e4561f27d5fe342d4c3a6e
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
(cherry picked from commit 9625dd92b413b15b146d294434a4d574fcac6b1e)
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 abfd0ed..18da3cf 100644
--- a/app/plug-in/gimppluginprocedure.c
+++ b/app/plug-in/gimppluginprocedure.c
@@ -450,6 +450,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>") ||
@@ -474,8 +475,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]