[gimp] pdb: fix typo in the gimp-context-set-line-dash-pattern docs



commit 8bd4a4fac9336ddc836c9b06447cd5afcc2c8b0c
Author: Michael Natterer <mitch gimp org>
Date:   Wed Jul 24 01:57:43 2019 +0200

    pdb: fix typo in the gimp-context-set-line-dash-pattern docs

 app/pdb/context-cmds.c    | 2 +-
 libgimp/gimpcontext_pdb.c | 2 +-
 pdb/groups/context.pdb    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/app/pdb/context-cmds.c b/app/pdb/context-cmds.c
index c8398e8159..9d139ae274 100644
--- a/app/pdb/context-cmds.c
+++ b/app/pdb/context-cmds.c
@@ -3763,7 +3763,7 @@ register_context_procs (GimpPDB *pdb)
                                      "\n"
                                      "The unit of the dash pattern segments is the actual line width used 
for the stroke operation, in other words a segment length of 1.0 results in a square segment shape (or gap 
shape).\n"
                                      "\n"
-                                     "This setting affects the following procedures: 
'gimp-drawable-edit-stroke-selection-', 'gimp-drawable-edit-stroke-item'.",
+                                     "This setting affects the following procedures: 
'gimp-drawable-edit-stroke-selection', 'gimp-drawable-edit-stroke-item'.",
                                      "Michael Natterer <mitch gimp org>",
                                      "Michael Natterer",
                                      "2015",
diff --git a/libgimp/gimpcontext_pdb.c b/libgimp/gimpcontext_pdb.c
index 76ea7e8fc2..8e409f2004 100644
--- a/libgimp/gimpcontext_pdb.c
+++ b/libgimp/gimpcontext_pdb.c
@@ -1092,7 +1092,7 @@ gimp_context_get_line_dash_pattern (gint     *num_dashes,
  * results in a square segment shape (or gap shape).
  *
  * This setting affects the following procedures:
- * gimp_drawable_edit_stroke_selection_(),
+ * gimp_drawable_edit_stroke_selection(),
  * gimp_drawable_edit_stroke_item().
  *
  * Returns: TRUE on success.
diff --git a/pdb/groups/context.pdb b/pdb/groups/context.pdb
index 306bbfeb41..352520dd5e 100644
--- a/pdb/groups/context.pdb
+++ b/pdb/groups/context.pdb
@@ -893,7 +893,7 @@ results in a square segment shape (or gap shape).
 
 
 This setting affects the following procedures:
-gimp_drawable_edit_stroke_selection_(), gimp_drawable_edit_stroke_item().
+gimp_drawable_edit_stroke_selection(), gimp_drawable_edit_stroke_item().
 HELP
 
     &mitch_pdb_misc('2015', '2.10');


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