plug-ins: small formatting fix in selection-to-path-dialog.c

so 2.10 and master are the same.
This commit is contained in:
Michael Natterer 2019-01-17 09:37:13 +01:00
parent 76302b6634
commit 08de4bf0af
1 changed files with 3 additions and 3 deletions

View File

@ -329,9 +329,9 @@ dialog_create_selection_area (SELVALS *sels)
_("Amount of error at which it is pointless to reparameterize. "
"This happens, for example, when we are trying to fit the "
"outline of the outside of an 'O' with a single spline. "
"The initial fit is not good enough for the Newton-Raphson "
"iteration to improve it. It may be that it would be better "
"to detect the cases where we didn't find any corners."), NULL);
"The initial fit is not good enough for the Newton-Raphson "
"iteration to improve it. It may be that it would be better "
"to detect the cases where we didn't find any corners."), NULL);
g_signal_connect (adj, "value-changed",
G_CALLBACK (gimp_double_adjustment_update),
&sels->reparameterize_threshold);