summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a32900d)
raw | patch | inline | side by side (parent: a32900d)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Sun, 27 Jul 2008 02:51:49 +0000 (02:51 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Sun, 27 Jul 2008 02:51:49 +0000 (02:51 +0000) |
src/knotholder.cpp | patch | blob | history |
diff --git a/src/knotholder.cpp b/src/knotholder.cpp
index eeddf2eb083d8d57fc87eccd53f4fd4d866d5c44..f0495a244d8c8012db34b275556623357770aaab 100644 (file)
--- a/src/knotholder.cpp
+++ b/src/knotholder.cpp
// 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);