summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9dbb73d)
raw | patch | inline | side by side (parent: 9dbb73d)
author | joncruz <joncruz@users.sourceforge.net> | |
Fri, 4 Jul 2008 04:45:37 +0000 (04:45 +0000) | ||
committer | joncruz <joncruz@users.sourceforge.net> | |
Fri, 4 Jul 2008 04:45:37 +0000 (04:45 +0000) |
src/live_effects/lpe-copy_rotate.cpp | patch | blob | history |
index 03cea89f72926c80ee1d4ea70fa27d17ea97bc20..c5c7818c07ed4a5284d6bc045ce797c3cf8e4c88 100644 (file)
LPECopyRotate::LPECopyRotate(LivePathEffectObject *lpeobject) :
Effect(lpeobject),
- include_original(_("Include original?"), _(""), "include_original", &wr, this, true),
angle(_("Angle"), _("Angle"), "angle", &wr, this, 30.0),
num_copies(_("Number of copies"), _("Number of copies of the original path"), "num_copies", &wr, this, 1),
origin(_("Origin"), _("Origin of the rotation"), "origin", &wr, this, "Adjust the origin of the rotation"),
+ include_original(_("Include original?"), _(""), "include_original", &wr, this, true),
dist_angle_handle(100)
{
show_orig_path = true;