From 9cc45e6ff2138ead009214a89f421ed5a50e6580 Mon Sep 17 00:00:00 2001 From: Eivind Kvedalen Date: Fri, 1 Jan 2016 18:05:23 +0100 Subject: [PATCH] ObjectIdentifier::resolve() should set documentName to internal name, not the Label property. --- src/App/ObjectIdentifier.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App/ObjectIdentifier.cpp b/src/App/ObjectIdentifier.cpp index 4b6532550..a53f41b11 100644 --- a/src/App/ObjectIdentifier.cpp +++ b/src/App/ObjectIdentifier.cpp @@ -574,7 +574,7 @@ void ObjectIdentifier::resolve() const } } - documentName = String(doc->Label.getValue()); + documentName = String(doc->getName()); /* Document object name specified? */ if (documentObjectNameSet) {