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 | |
| 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')
| -rw-r--r-- | src/extension/dxf2svg/dxf2svg.cpp | 2 | ||||
| -rw-r--r-- | src/menus-skeleton.h | 2 | ||||
| -rw-r--r-- | src/preferences-skeleton.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/extension/dxf2svg/dxf2svg.cpp b/src/extension/dxf2svg/dxf2svg.cpp index 7606e3531..ce2419a95 100644 --- a/src/extension/dxf2svg/dxf2svg.cpp +++ b/src/extension/dxf2svg/dxf2svg.cpp @@ -79,7 +79,7 @@ int main(int argc,char *argv[]){ std::cout << "\txmlns:rdf=\"http://www.w3.org/1999/02/22-rdf-syntax-ns#\"" << std::endl; std::cout << "\txmlns:svg=\"http://www.w3.org/2000/svg\"" << std::endl; std::cout << "\txmlns=\"http://www.w3.org/2000/svg\"" << std::endl; - std::cout << "\txmlns:sodipodi=\"http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd\"" << std::endl; + std::cout << "\txmlns:sodipodi=\"http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd\"" << std::endl; std::cout << "\txmlns:inkscape=\"http://www.inkscape.org/namespaces/inkscape\"" << std::endl; std::cout << "\t>" << std::endl; diff --git a/src/menus-skeleton.h b/src/menus-skeleton.h index 7ac6bd5ac..ca9240cf6 100644 --- a/src/menus-skeleton.h +++ b/src/menus-skeleton.h @@ -10,7 +10,7 @@ static char const menus_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" "\n" " <submenu name=\"" N_("_File") "\">\n" 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" |
