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

This commit is contained in:
Michael Natterer 2019-07-24 01:57:43 +02:00
parent 1a7ea992f3
commit 8bd4a4fac9
3 changed files with 3 additions and 3 deletions

View File

@ -3763,7 +3763,7 @@ register_context_procs (GimpPDB *pdb)
"\n" "\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" "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" "\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 <mitch@gimp.org>",
"Michael Natterer", "Michael Natterer",
"2015", "2015",

View File

@ -1092,7 +1092,7 @@ gimp_context_get_line_dash_pattern (gint *num_dashes,
* results in a square segment shape (or gap shape). * results in a square segment shape (or gap shape).
* *
* This setting affects the following procedures: * This setting affects the following procedures:
* gimp_drawable_edit_stroke_selection_(), * gimp_drawable_edit_stroke_selection(),
* gimp_drawable_edit_stroke_item(). * gimp_drawable_edit_stroke_item().
* *
* Returns: TRUE on success. * Returns: TRUE on success.

View File

@ -893,7 +893,7 @@ results in a square segment shape (or gap shape).
This setting affects the following procedures: 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 HELP
&mitch_pdb_misc('2015', '2.10'); &mitch_pdb_misc('2015', '2.10');