Skip to content

Commit

Permalink
Fixed label of document - fixes #453
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed Sep 18, 2014
1 parent 328bdcf commit fbeb7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App/Application.cpp
Expand Up @@ -320,7 +320,7 @@ Document* Application::newDocument(const char * Name, const char * UserName)
if (UserName)
_pActiveDoc->Label.setValue(UserName);
else
_pActiveDoc->Label.setValue(name);
_pActiveDoc->Label.setValue(Name);

return _pActiveDoc;
}
Expand Down

0 comments on commit fbeb7be

Please sign in to comment.