diff options
| author | Jabiertxof <jtx@jtx> | 2017-01-21 16:02:50 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx> | 2017-01-21 16:02:50 +0000 |
| commit | 208465e82f5563f6b2c7821dc41ed186bf61b87e (patch) | |
| tree | ad13f1255afac7de5ec53305a3e3f19a46db836c /src | |
| parent | Fixes bugs in copy LPE's. #1656093:Paste path effect doesn't work on 0.92 and... (diff) | |
| download | inkscape-208465e82f5563f6b2c7821dc41ed186bf61b87e.tar.gz inkscape-208465e82f5563f6b2c7821dc41ed186bf61b87e.zip | |
Fixes typos in strings. Some typos in Inkscape 0.92 LPE UI
Fixed bugs:
- https://launchpad.net/bugs/1622731
(bzr r15427)
Diffstat (limited to 'src')
| -rw-r--r-- | src/live_effects/lpe-perspective-envelope.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/lpe-perspective-envelope.cpp b/src/live_effects/lpe-perspective-envelope.cpp index e0dac0687..18b5b724d 100644 --- a/src/live_effects/lpe-perspective-envelope.cpp +++ b/src/live_effects/lpe-perspective-envelope.cpp @@ -379,7 +379,7 @@ LPEPerspectiveEnvelope::newWidget() hbox_down_handles->pack_start(*widg, true, true, 2); } if (tip) { - widg->set_tooltip_text(*tip); + widg->set_tooltip_markup(*tip); } else { widg->set_tooltip_text(""); widg->set_has_tooltip(false); |
