From 71a1ae2d3846d610e7c006dc276e50caafaab8ac Mon Sep 17 00:00:00 2001 From: Matthias Neeracher Date: Mon, 3 Sep 2007 13:59:40 +0000 Subject: [PATCH] Import flat MusicXML files --- Sources/VLDocument.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/VLDocument.mm b/Sources/VLDocument.mm index 641f455..ea1e068 100644 --- a/Sources/VLDocument.mm +++ b/Sources/VLDocument.mm @@ -350,7 +350,7 @@ [[doc windowControllers] makeObjectsPerformSelector:@selector(close)]; - if ([typeName isEqual:@"VLNativeType"]) { + if ([typeName isEqual:@"VLNativeType"] || [typeName isEqual:@"VLMusicXMLType"]) { return [self readFromXMLFileWrapper:wrapper error:outError]; } else { if (outError)