summaryrefslogtreecommitdiffstats
path: root/src/seltrans.cpp
diff options
context:
space:
mode:
authorLiam P. White <inkscapebrony@gmail.com>2014-10-29 22:25:28 +0000
committerLiam P. White <inkscapebrony@gmail.com>2014-10-29 22:25:28 +0000
commit3ee266175777d6bf25062bb95ad8af4e119b2302 (patch)
tree2d2fe7ee7a566e1ef1a5dcde18296d9f21188f35 /src/seltrans.cpp
parentLittle tweaks to seamless pattern procedural template (diff)
parenti18n. Fixing untranslated strings. (diff)
downloadinkscape-3ee266175777d6bf25062bb95ad8af4e119b2302.tar.gz
inkscape-3ee266175777d6bf25062bb95ad8af4e119b2302.zip
Merge with trunk r13640
(bzr r13341.1.288)
Diffstat (limited to 'src/seltrans.cpp')
-rw-r--r--src/seltrans.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/seltrans.cpp b/src/seltrans.cpp
index e15249f94..96c7fb49b 100644
--- a/src/seltrans.cpp
+++ b/src/seltrans.cpp
@@ -651,7 +651,7 @@ void Inkscape::SelTrans::_makeHandles()
{
for (int i = 0; i < NUMHANDS; i++) {
SPSelTransTypeInfo info = handtypes[hands[i].type];
- knots[i] = new SPKnot(_desktop, info.tip);
+ knots[i] = new SPKnot(_desktop, _(info.tip));
knots[i]->setShape(SP_CTRL_SHAPE_BITMAP);
knots[i]->setSize(13);