Updated comment in pattern file.
--HG-- branch : develop
This commit is contained in:
parent
8dd553854f
commit
e4235cf0b3
|
@ -144,7 +144,7 @@ void VPattern::CreateEmptyFile(const QString &tablePath)
|
|||
this->clear();
|
||||
QDomElement patternElement = this->createElement(TagPattern);
|
||||
|
||||
patternElement.appendChild(createComment("Valentina pattern format."));
|
||||
patternElement.appendChild(createComment("Pattern created with Valentina (http://www.valentina-project.org/)."));
|
||||
|
||||
QDomElement version = createElement(TagVersion);
|
||||
QDomText newNodeText = createTextNode(VPatternConverter::PatternMaxVerStr);
|
||||
|
|
Loading…
Reference in New Issue
Block a user