diff --git a/src/control/xojfile/LoadHandler.cpp b/src/control/xojfile/LoadHandler.cpp index 9ecf1bfe..3eb5040b 100644 --- a/src/control/xojfile/LoadHandler.cpp +++ b/src/control/xojfile/LoadHandler.cpp @@ -315,7 +315,7 @@ void LoadHandler::parseStart() this->creator += version; } - const char* fileversion = LoadHandlerHelper::getAttrib("fileVersion", true, this); + const char* fileversion = LoadHandlerHelper::getAttrib("fileversion", true, this); if (fileversion) { this->fileVersion = atoi(fileversion);