diff options
| author | bulia byak <buliabyak@gmail.com> | 2008-07-27 02:51:49 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2008-07-27 02:51:49 +0000 |
| commit | ecf357e310af5f28fb2b4fa8b0c388fc3325f062 (patch) | |
| tree | 4acfc5d611f09048047025529e58e62438f78799 /src | |
| parent | simplify color reading from tool style (diff) | |
| download | inkscape-ecf357e310af5f28fb2b4fa8b0c388fc3325f062.tar.gz inkscape-ecf357e310af5f28fb2b4fa8b0c388fc3325f062.zip | |
fix messed up scale/rotate handles
(bzr r6428)
Diffstat (limited to 'src')
| -rw-r--r-- | src/knotholder.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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 _("<b>Move</b> the pattern fill inside the object"), SP_KNOT_SHAPE_CROSS); - entity_angle->create(desktop, item, this, + entity_scale->create(desktop, item, this, _("<b>Scale</b> the pattern fill uniformly"), SP_KNOT_SHAPE_SQUARE, SP_KNOT_MODE_XOR); - entity_scale->create(desktop, item, this, + entity_angle->create(desktop, item, this, _("<b>Rotate</b> the pattern fill; with <b>Ctrl</b> to snap angle"), SP_KNOT_SHAPE_CIRCLE, SP_KNOT_MODE_XOR); entity.push_back(entity_xy); |
