diff -r 7c3ee77f4449 -r 53efc2562a7d xml.cpp --- a/xml.cpp Mon Nov 20 12:12:00 2006 +0000 +++ b/xml.cpp Mon Nov 20 12:12:02 2006 +0000 @@ -3,14 +3,12 @@ #include #include #include -//Added by qt3to4: #include #include #include "misc.h" #include "settings.h" #include "linkablemapobj.h" - #include "version.h" static BranchObj *lastBranch; @@ -18,6 +16,7 @@ static OrnamentedObj *lastOO; extern Settings settings; +extern QString vymVersion; mapBuilderHandler::mapBuilderHandler() {} @@ -67,7 +66,7 @@ "

Map is newer than VYM

" "

The map you are just trying to load was " "saved using vym " +atts.value("version")+". " - "The version of this vym is " __VYM_VERSION + "The version of this vym is " + vymVersion + ". If you run into problems after pressing " "the ok-button below, updating vym should help."); else