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/system.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/system.cpp')
| -rw-r--r-- | src/extension/system.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/system.cpp b/src/extension/system.cpp index 16e13c94d..d66655a51 100644 --- a/src/extension/system.cpp +++ b/src/extension/system.cpp @@ -392,7 +392,7 @@ build_from_reprdoc(Inkscape::XML::Document *doc, Implementation::Implementation /* sp_repr_print(repr); */ if (strcmp(repr->name(), INKSCAPE_EXTENSION_NS "inkscape-extension")) { - g_warning("Extension definition started with <%s> instead of <" INKSCAPE_EXTENSION_NS "inkscape-extension>. Extension will not be created.\n", repr->name()); + g_warning("Extension definition started with <%s> instead of <" INKSCAPE_EXTENSION_NS "inkscape-extension>. Extension will not be created. See http://wiki.inkscape.org/wiki/index.php/Extensions for reference.\n", repr->name()); return NULL; } |
