diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-03-20 13:11:16 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2016-03-20 13:11:16 +0000 |
| commit | 7ea0b4c0ca0839a7b837759d2696259e6c91b179 (patch) | |
| tree | 9cc85eccb07d30a951e3267fd5893a57b66fbf3e /src | |
| parent | [Bug #1545332] Canvas context menu: allow grouping a single selection (same a... (diff) | |
| download | inkscape-7ea0b4c0ca0839a7b837759d2696259e6c91b179.tar.gz inkscape-7ea0b4c0ca0839a7b837759d2696259e6c91b179.zip | |
Add advert tooltip message to copy rotate
(bzr r14724)
Diffstat (limited to 'src')
| -rw-r--r-- | src/live_effects/lpe-copy_rotate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/lpe-copy_rotate.cpp b/src/live_effects/lpe-copy_rotate.cpp index f204f8608..c0c510fa6 100644 --- a/src/live_effects/lpe-copy_rotate.cpp +++ b/src/live_effects/lpe-copy_rotate.cpp @@ -74,7 +74,7 @@ LPECopyRotate::LPECopyRotate(LivePathEffectObject *lpeobject) : rotation_angle(_("Rotation angle:"), _("Angle between two successive copies"), "rotation_angle", &wr, this, 30.0), num_copies(_("Number of copies:"), _("Number of copies of the original path"), "num_copies", &wr, this, 5), copies_to_360(_("360º Copies"), _("No rotation angle, fixed to 360º"), "copies_to_360", &wr, this, true), - fuse_paths(_("Fuse paths"), _("Fuse paths by helper line"), "fuse_paths", &wr, this, false), + fuse_paths(_("Fuse paths"), _("Fuse paths by helper line -Use fill rule: evenodd for best result-"), "fuse_paths", &wr, this, false), dist_angle_handle(100.0) { show_orig_path = true; |
