X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=tools%2Fthemetoxml%2Fthemetoxml.c;h=bdb331b8ae77474a66e55dcf72359e22e85c4c6d;hb=9f22554b6a1e7113b4ff86061327d9d0b0d87760;hp=d5fee29f7fb7ae54e440ac692b76eace6d9794df;hpb=db9190fb340d0e5e4b2591e13cac5b9926c8798d;p=chaz%2Fopenbox diff --git a/tools/themetoxml/themetoxml.c b/tools/themetoxml/themetoxml.c index d5fee29f..bdb331b8 100644 --- a/tools/themetoxml/themetoxml.c +++ b/tools/themetoxml/themetoxml.c @@ -325,7 +325,7 @@ int main(int argc, char **argv) xmlSetProp(root, (const xmlChar*)"engine", (const xmlChar*)"box"); xmlSetProp(root, (const xmlChar*)"version", (const xmlChar*)"1"); xmlSetProp(root, (const xmlChar*)"xmlns", - (const xmlChar*)"http://openbox.org/themerc"); + (const xmlChar*)"http://openbox.org/4.0/themerc"); CONT2("about", "author", ""); CONT2("about", "email", ""); CONT2("about", "webpage", "");