Code

Added missing (and very important) file.
[inkscape.git] / src / extension / internal / wpg-input.cpp
index a8c0df4d2a09090c41a2e95b2ae68bcba6204838..c37d5705b4bc0b0077fc2506a9b129ed0b6bd79f 100644 (file)
@@ -39,6 +39,7 @@
  */
 
 #include <stdio.h>
+#include "config.h"
 
 #ifdef WITH_LIBWPG
 
@@ -97,7 +98,7 @@ WpgInput::init(void) {
     Inkscape::Extension::Extension * ext;
 
     ext = Inkscape::Extension::build_from_mem(
-        "<inkscape-extension>\n"
+        "<inkscape-extension xmlns=\"" INKSCAPE_EXTENSION_URI "\">\n"
             "<name>" N_("WPG Input") "</name>\n"
             "<id>org.inkscape.input.wpg</id>\n"
             "<input>\n"