summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8f662da)
raw | patch | inline | side by side (parent: 8f662da)
author | cilix42 <cilix42@users.sourceforge.net> | |
Mon, 4 Aug 2008 14:10:55 +0000 (14:10 +0000) | ||
committer | cilix42 <cilix42@users.sourceforge.net> | |
Mon, 4 Aug 2008 14:10:55 +0000 (14:10 +0000) |
src/live_effects/lpe-angle_bisector.cpp | patch | blob | history | |
src/live_effects/lpe-perp_bisector.cpp | patch | blob | history |
index 111928d13922fc1a3e251a77ad62d73ade2c1c24..71a34a1e2e86df3a121fcf21aeeea416b86e9c42 100644 (file)
registerParameter( dynamic_cast<Parameter *>(&length_left) );
registerParameter( dynamic_cast<Parameter *>(&length_right) );
- registerKnotHolderHandle(new AB::KnotHolderEntityLeftEnd(), _("Adjust the \"right\" end of the bisector"));
- registerKnotHolderHandle(new AB::KnotHolderEntityRightEnd(), _("Adjust the point of attachment of the bisector"));
+ registerKnotHolderHandle(new AB::KnotHolderEntityLeftEnd(), _("Adjust the \"left\" end of the bisector"));
+ registerKnotHolderHandle(new AB::KnotHolderEntityRightEnd(), _("Adjust the \"right\" of the bisector"));
}
LPEAngleBisector::~LPEAngleBisector()
index d60f9acb1499837b52e8a497fdba9123a101127b..b13e2853434e53e422189c71652c328db61964e2 100644 (file)
registerParameter( dynamic_cast<Parameter *>(&length_left) );
registerParameter( dynamic_cast<Parameter *>(&length_right) );
- registerKnotHolderHandle(new PB::KnotHolderEntityLeftEnd(), _("Lala"));
- registerKnotHolderHandle(new PB::KnotHolderEntityRightEnd(), _("Lolo"));
+ registerKnotHolderHandle(new PB::KnotHolderEntityLeftEnd(), _("Adjust the bisector's \"left\" end"));
+ registerKnotHolderHandle(new PB::KnotHolderEntityRightEnd(), _("Adjust the bisector's \"right\" end"));
/**
registerKnotHolderHandle(path_start_set, path_start_get);
registerKnotHolderHandle(path_end_set, path_end_get);