diff options
| author | MenTaLguY <mental@rydia.net> | 2006-05-07 04:21:16 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2006-05-07 04:21:16 +0000 |
| commit | e947d38264b05685207ffa187f49fa56f66548b9 (patch) | |
| tree | ca8c00e862f0a65c8a255c243fa538e44476a8fc /src/preferences-skeleton.h | |
| parent | fix for #1483198 ("infectious namespaces") (diff) | |
| download | inkscape-e947d38264b05685207ffa187f49fa56f66548b9.tar.gz inkscape-e947d38264b05685207ffa187f49fa56f66548b9.zip | |
get the CORRECT Sodipodi namespace in there
(bzr r758)
Diffstat (limited to 'src/preferences-skeleton.h')
| -rw-r--r-- | src/preferences-skeleton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/preferences-skeleton.h b/src/preferences-skeleton.h index 5873622dd..2fed2b3df 100644 --- a/src/preferences-skeleton.h +++ b/src/preferences-skeleton.h @@ -5,7 +5,7 @@ static char const preferences_skeleton[] = "<inkscape version=\"" INKSCAPE_VERSION "\"\n" -" xmlns:sodipodi=\"http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd\"\n" +" xmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\"\n" " xmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\">\n" " <group id=\"window\">\n" " <group id=\"menu\" state=\"1\"/>\n" |
