From: buliabyak Date: Sun, 27 Jul 2008 02:51:49 +0000 (+0000) Subject: fix messed up scale/rotate handles X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=41298d5f3a57617fbea9b8384052b791db90f3b7;p=inkscape.git fix messed up scale/rotate handles --- diff --git a/src/knotholder.cpp b/src/knotholder.cpp index eeddf2eb0..f0495a244 100644 --- a/src/knotholder.cpp +++ b/src/knotholder.cpp @@ -227,10 +227,10 @@ KnotHolder::add_pattern_knotholder() // TRANSLATORS: This refers to the pattern that's inside the object _("Move the pattern fill inside the object"), SP_KNOT_SHAPE_CROSS); - entity_angle->create(desktop, item, this, + entity_scale->create(desktop, item, this, _("Scale the pattern fill uniformly"), SP_KNOT_SHAPE_SQUARE, SP_KNOT_MODE_XOR); - entity_scale->create(desktop, item, this, + entity_angle->create(desktop, item, this, _("Rotate the pattern fill; with Ctrl to snap angle"), SP_KNOT_SHAPE_CIRCLE, SP_KNOT_MODE_XOR); entity.push_back(entity_xy);