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



commit 08de4bf0af1bb4d46f8c075c7062f6f7dea12a1c
Author: Michael Natterer <mitch gimp org>
Date:   Thu Jan 17 09:37:13 2019 +0100

    plug-ins: small formatting fix in selection-to-path-dialog.c
    
    so 2.10 and master are the same.

 plug-ins/selection-to-path/selection-to-path-dialog.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/plug-ins/selection-to-path/selection-to-path-dialog.c 
b/plug-ins/selection-to-path/selection-to-path-dialog.c
index a98256d12f..b0b07a2a7a 100644
--- a/plug-ins/selection-to-path/selection-to-path-dialog.c
+++ b/plug-ins/selection-to-path/selection-to-path-dialog.c
@@ -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);


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