diff options
| author | Marcin Floryan <mfloryan@mm.waw.pl> | 2008-04-17 16:14:20 +0000 |
|---|---|---|
| committer | mfloryan <mfloryan@users.sourceforge.net> | 2008-04-17 16:14:20 +0000 |
| commit | 7e31f3369d94ce2dd7401e85f000301016ce3e1f (patch) | |
| tree | 7d2b983d2f95628750fb29c34a06757248e9e61c /src/extension/output.cpp | |
| parent | Created new Arrange submenu for effects extensions (diff) | |
| download | inkscape-7e31f3369d94ce2dd7401e85f000301016ce3e1f.tar.gz inkscape-7e31f3369d94ce2dd7401e85f000301016ce3e1f.zip | |
A small step towards making the inx files fully XML / schema compliant
(bzr r5464)
Diffstat (limited to 'src/extension/output.cpp')
| -rw-r--r-- | src/extension/output.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/output.cpp b/src/extension/output.cpp index 3f8c17fb1..e4a7bc5fc 100644 --- a/src/extension/output.cpp +++ b/src/extension/output.cpp @@ -72,7 +72,7 @@ Output::Output (Inkscape::XML::Node * in_repr, Implementation::Implementation * filetypetooltip = g_strdup(sp_repr_children(child_repr)->content()); } if (!strcmp(chname, "dataloss")) { - if (!strcmp(sp_repr_children(child_repr)->content(), "FALSE")) { + if (!strcmp(sp_repr_children(child_repr)->content(), "false")) { dataloss = FALSE; } } |
