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/latex-pstricks.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/latex-pstricks.cpp')
| -rw-r--r-- | src/extension/internal/latex-pstricks.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension/internal/latex-pstricks.cpp b/src/extension/internal/latex-pstricks.cpp index e14d19929..0795ddbdb 100644 --- a/src/extension/internal/latex-pstricks.cpp +++ b/src/extension/internal/latex-pstricks.cpp @@ -347,7 +347,7 @@ PrintLatex::init (void) "<name>" N_("LaTeX Print") "</name>\n" "<id>" SP_MODULE_KEY_PRINT_LATEX "</id>\n" "<param name=\"destination\" type=\"string\"></param>\n" - "<param name=\"textToPath\" type=\"boolean\">TRUE</param>\n" + "<param name=\"textToPath\" type=\"boolean\">true</param>\n" "<print/>\n" "</inkscape-extension>", new PrintLatex()); |
