summaryrefslogtreecommitdiffstats
path: root/src/sp-object.cpp
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2012-10-11 17:54:14 +0000
committertavmjong-free <tavmjong@free.fr>2012-10-11 17:54:14 +0000
commitf304ab600788b02cb02a4413f68f466e35cf1539 (patch)
tree0dc39d0d1075471992d1adb4cb75fae7d75ee396 /src/sp-object.cpp
parentFix for 1058402 : Inconsistent opacity indication (diff)
downloadinkscape-f304ab600788b02cb02a4413f68f466e35cf1539.tar.gz
inkscape-f304ab600788b02cb02a4413f68f466e35cf1539.zip
Add symbols dialog. See: http://wiki.inkscape.org/wiki/index.php/SymbolsDialog
(bzr r11782)
Diffstat (limited to 'src/sp-object.cpp')
-rw-r--r--src/sp-object.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sp-object.cpp b/src/sp-object.cpp
index c16dbaeef..3e18c0835 100644
--- a/src/sp-object.cpp
+++ b/src/sp-object.cpp
@@ -1409,6 +1409,9 @@ void SPObject::_requireSVGVersion(Inkscape::Version version) {
be made. The same applies to 'desc' elements. Therefore, these functions
ignore all but the first 'title' child element and first 'desc' child
element, except when deleting a title or description.
+
+ This will change in SVG 2, where multiple 'title' and 'desc' elements will
+ be allowed with different localized strings.
*/
gchar * SPObject::title() const