diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-01-07 18:58:22 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-01-07 18:58:22 +0000 |
| commit | 5b87911e185edc135166bc8d87d3f131cb80aa03 (patch) | |
| tree | e6a1c49dead7a8ca44f58a4192325d9a0b5becd2 /src/live_effects/lpe-envelope.cpp | |
| parent | Fix typo (diff) | |
| download | inkscape-5b87911e185edc135166bc8d87d3f131cb80aa03.tar.gz inkscape-5b87911e185edc135166bc8d87d3f131cb80aa03.zip | |
Remove a console warning in envelope about ampersand and allow use markup in bool widget labels
Diffstat (limited to 'src/live_effects/lpe-envelope.cpp')
| -rw-r--r-- | src/live_effects/lpe-envelope.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/live_effects/lpe-envelope.cpp b/src/live_effects/lpe-envelope.cpp index 688841617..b50efde34 100644 --- a/src/live_effects/lpe-envelope.cpp +++ b/src/live_effects/lpe-envelope.cpp @@ -20,8 +20,8 @@ LPEEnvelope::LPEEnvelope(LivePathEffectObject *lpeobject) : bend_path2(_("Right bend path:"), _("Right path along which to bend the original path"), "bendpath2", &wr, this, "M0,0 L1,0"), bend_path3(_("Bottom bend path:"), _("Bottom path along which to bend the original path"), "bendpath3", &wr, this, "M0,0 L1,0"), bend_path4(_("Left bend path:"), _("Left path along which to bend the original path"), "bendpath4", &wr, this, "M0,0 L1,0"), - xx(_("_Enable left & right paths"), _("Enable the left and right deformation paths"), "xx", &wr, this, true), - yy(_("_Enable top & bottom paths"), _("Enable the top and bottom deformation paths"), "yy", &wr, this, true) + xx(_("_Enable left & right paths"), _("Enable the left and right deformation paths"), "xx", &wr, this, true), + yy(_("_Enable top & bottom paths"), _("Enable the top and bottom deformation paths"), "yy", &wr, this, true) { registerParameter(&yy); registerParameter(&xx); |
