diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2013-12-31 00:04:31 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2013-12-31 00:04:31 +0000 |
| commit | d8a7188e7a73050e329103b79e769b8fa498ede5 (patch) | |
| tree | 926b9574222a1a6de4b02dc2179025c7bdb17f46 /src | |
| parent | Spanish comment of pencil-tool.cpp/.h (diff) | |
| download | inkscape-d8a7188e7a73050e329103b79e769b8fa498ede5.tar.gz inkscape-d8a7188e7a73050e329103b79e769b8fa498ede5.zip | |
Spanish comment of pencil-tool.cpp
(bzr r11950.1.227)
Diffstat (limited to 'src')
| -rw-r--r-- | src/ui/tools/pencil-tool.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/tools/pencil-tool.cpp b/src/ui/tools/pencil-tool.cpp index 2027f0981..883b3fa36 100644 --- a/src/ui/tools/pencil-tool.cpp +++ b/src/ui/tools/pencil-tool.cpp @@ -728,7 +728,7 @@ interpolate(PencilTool *pc) Inkscape::Preferences *prefs = Inkscape::Preferences::get(); guint mode = prefs->getInt("/tools/freehand/pencil/freehand-mode", 0); for (int c = 0; c < n_segs; c++) { - //Si el modo es BSpline modificamos para que el trazado cree los nodos adhoc + //spanish: si el modo es BSpline modificamos para que el trazado cree los nodos adhoc if(mode == 2){ Geom::Point BP = b[4*c+0] + (1./3)*(b[4*c+3] - b[4*c+0]); BP = Geom::Point(BP[X] + 0.0001,BP[Y] + 0.0001); @@ -880,7 +880,7 @@ fit_and_split(PencilTool *pc) pc->red_curve->moveto(b[0]); using Geom::X; using Geom::Y; - //Si el modo es BSpline modificamos para que el trazado cree los nodos adhoc + //spanish: si el modo es BSpline modificamos para que el trazado cree los nodos adhoc Inkscape::Preferences *prefs = Inkscape::Preferences::get(); guint mode = prefs->getInt("/tools/freehand/pencil/freehand-mode", 0); if(mode == 2){ |
