(#443) Linked views default is to not link the result color

Did some cosmetics as well.
This commit is contained in:
Jacob Støren
2015-09-11 14:16:13 +02:00
parent 8b26726672
commit 379cce41f4
2 changed files with 10 additions and 8 deletions

View File

@@ -296,7 +296,7 @@ QString RimViewLinker::displayNameForView(RimView* view)
RimCase* rimCase = NULL;
view->firstAnchestorOrThisOfType(rimCase);
displayName = rimCase->caseUserDescription() + " : " + view->name;
displayName = rimCase->caseUserDescription() + ": " + view->name;
}
return displayName;