diff options
| author | Marcin Floryan <mfloryan@mm.waw.pl> | 2008-04-23 15:42:42 +0000 |
|---|---|---|
| committer | mfloryan <mfloryan@users.sourceforge.net> | 2008-04-23 15:42:42 +0000 |
| commit | e769c998cf1e83400e078389eae34a283b6b300e (patch) | |
| tree | 955185d7563eb41c8a845cc738653a97a96c76eb /src/extension/internal/svg.cpp | |
| parent | Fixed SVN properties. (diff) | |
| download | inkscape-e769c998cf1e83400e078389eae34a283b6b300e.tar.gz inkscape-e769c998cf1e83400e078389eae34a283b6b300e.zip | |
Fixed some further issues with Internal extensions after the introduction of schema for INX files (the boolean values now spelled in lower case). This fixes an intermediate problem of Inkscape concerning its native SVG files as a loosy format.
(bzr r5496)
Diffstat (limited to 'src/extension/internal/svg.cpp')
| -rw-r--r-- | src/extension/internal/svg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/internal/svg.cpp b/src/extension/internal/svg.cpp index 1e10a8066..19d770af0 100644 --- a/src/extension/internal/svg.cpp +++ b/src/extension/internal/svg.cpp @@ -73,7 +73,7 @@ Svg::init(void) "<mimetype>image/x-inkscape-svg</mimetype>\n" "<filetypename>" N_("Inkscape SVG (*.svg)") "</filetypename>\n" "<filetypetooltip>" N_("SVG format with Inkscape extensions") "</filetypetooltip>\n" - "<dataloss>FALSE</dataloss>\n" + "<dataloss>false</dataloss>\n" "</output>\n" "</inkscape-extension>", new Svg()); |
