diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2011-06-01 20:45:16 +0000 |
|---|---|---|
| committer | Johan Engelen <goejendaagh@zonnet.nl> | 2011-06-01 20:45:16 +0000 |
| commit | 2d87b4c8eb4eaaf67c9e92356368a8ab86a19454 (patch) | |
| tree | 513fa863acb6eeaa798389ef97f6efb622526670 /src | |
| parent | Extensions. Voronoi extension modified for i18n and UI consistency. (diff) | |
| download | inkscape-2d87b4c8eb4eaaf67c9e92356368a8ab86a19454.tar.gz inkscape-2d87b4c8eb4eaaf67c9e92356368a8ab86a19454.zip | |
improve explanation of lpe parameter
(bzr r10250)
Diffstat (limited to 'src')
| -rw-r--r-- | src/live_effects/effect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/effect.h b/src/live_effects/effect.h index 7fe4e9348..91d09fef6 100644 --- a/src/live_effects/effect.h +++ b/src/live_effects/effect.h @@ -157,7 +157,7 @@ protected: LivePathEffectObject *lpeobj; // this boolean defaults to false, it concatenates the input path to one pwd2, - // instead of normally 'splitting' the path into continuous pwd2 paths. + // instead of normally 'splitting' the path into continuous pwd2 paths and calling doEffect_pwd2 for each. bool concatenate_before_pwd2; private: |
