mirror of https://github.com/GNOME/gimp.git
pdb: fix typo in the gimp-context-set-line-dash-pattern docs
This commit is contained in:
parent
1a7ea992f3
commit
8bd4a4fac9
|
@ -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",
|
||||||
|
|
|
@ -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.
|
||||||
|
|
|
@ -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');
|
||||||
|
|
Loading…
Reference in New Issue