From 7e31f3369d94ce2dd7401e85f000301016ce3e1f Mon Sep 17 00:00:00 2001 From: Marcin Floryan Date: Thu, 17 Apr 2008 16:14:20 +0000 Subject: A small step towards making the inx files fully XML / schema compliant (bzr r5464) --- src/extension/output.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/extension/output.cpp') 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; } } -- cgit v1.2.3