diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2018-10-07 17:36:50 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc@jeanmougin.fr> | 2018-10-07 17:36:50 +0000 |
| commit | 4900c3a3443795400098bb264c6c6fd72c00f50f (patch) | |
| tree | ab89163b75850e61be5ace3fd6de74fe71fea880 /src/live_effects | |
| parent | SVGLength::read handle inf (diff) | |
| parent | Removed typo introduced in previous commit (diff) | |
| download | inkscape-4900c3a3443795400098bb264c6c6fd72c00f50f.tar.gz inkscape-4900c3a3443795400098bb264c6c6fd72c00f50f.zip | |
Merge branch 'misc-typos' of gitlab.com:luzpaz/inkscape
Diffstat (limited to 'src/live_effects')
| -rw-r--r-- | src/live_effects/lpe-measure-segments.cpp | 2 | ||||
| -rw-r--r-- | src/live_effects/lpe-powerclip.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/live_effects/lpe-measure-segments.cpp b/src/live_effects/lpe-measure-segments.cpp index f008f0ad0..473eaa9d1 100644 --- a/src/live_effects/lpe-measure-segments.cpp +++ b/src/live_effects/lpe-measure-segments.cpp @@ -189,7 +189,7 @@ LPEMeasureSegments::LPEMeasureSegments(LivePathEffectObject *lpeobject) : "<b><i>Style Dialog</i></b> Styling using XML editor to find appropriate classes or ID's\n" "<b><i>Blacklists</i></b> This allow to hide some segments or projection steps to measure\n" "<b><i>Multiple Measures</i></b> In the same object, in conjunction of blacklists, " - "allow measures with diferent orientations or a extra projection \n" + "allow measures with different orientations or a extra projection \n" "<b><i>Set Defaults</i></b> Remember all LPE has it in the bottom")); } diff --git a/src/live_effects/lpe-powerclip.h b/src/live_effects/lpe-powerclip.h index c79932b84..2e67cbcd9 100644 --- a/src/live_effects/lpe-powerclip.h +++ b/src/live_effects/lpe-powerclip.h @@ -37,7 +37,7 @@ private: MessageParam message; Geom::Path clip_box; Geom::Affine base; - Geom::Affine lastapplyed; + Geom::Affine lastapplied; }; void sp_remove_powerclip(Inkscape::Selection *sel); |
