diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2013-11-19 12:10:04 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2013-11-19 12:10:04 +0000 |
| commit | 9318c9c232cf73aa806c366381f144dc6df4d218 (patch) | |
| tree | 62ca4883e4ba7604ddbd7417b84699a44902485a /src/ui/dialog/object-attributes.cpp | |
| parent | fix initialization bug, that leads to non-continuous path (diff) | |
| download | inkscape-9318c9c232cf73aa806c366381f144dc6df4d218.tar.gz inkscape-9318c9c232cf73aa806c366381f144dc6df4d218.zip | |
Add GUI for 'image-rendering'. Completes fix for blocker bug #1163449.
Removed two unused preference options for bitmaps.
(bzr r12823)
Diffstat (limited to 'src/ui/dialog/object-attributes.cpp')
| -rw-r--r-- | src/ui/dialog/object-attributes.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/dialog/object-attributes.cpp b/src/ui/dialog/object-attributes.cpp index 9a7b91c57..cfa5c6182 100644 --- a/src/ui/dialog/object-attributes.cpp +++ b/src/ui/dialog/object-attributes.cpp @@ -67,6 +67,7 @@ static const SPAttrDesc image_desc[] = { { N_("Y:"), "y"}, { N_("Width:"), "width"}, { N_("Height:"), "height"}, + { N_("Image Rendering:"), "image-rendering"}, { NULL, NULL} }; |
