.cosmetics

git-svn-id: svn://ultimatepp.org/upp/trunk@9697 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2016-04-16 05:16:13 +00:00
parent 1918732644
commit 59b581bc16
2 changed files with 2 additions and 2 deletions

View file

@ -78,4 +78,4 @@ of SplitterFrame.&]
z])&]
[s2; Sets the size (in pixels).&]
[s3; &]
[s0; ]
[s0; ]]

View file

@ -115,7 +115,7 @@ String XmlView::Load0(XmlParser& p) {
}
if(!parsingError.GetCount() && !xml.GetChildCount(0))
parsingError = "Not found any XML tags";
parsingError = "Not found any XML tags";
return parsingError;
}