Fixed compilation error and a stupid typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14643 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -834,9 +834,9 @@ void wxShape::NameRegions(const wxString& parentName)
|
|||||||
buff.Empty();
|
buff.Empty();
|
||||||
wxShape *child = (wxShape *)node->Data();
|
wxShape *child = (wxShape *)node->Data();
|
||||||
if (parentName.Length() > 0)
|
if (parentName.Length() > 0)
|
||||||
buff << parentName << "." << i;
|
buff << parentName << "." << j;
|
||||||
else
|
else
|
||||||
buff << i;
|
buff << j;
|
||||||
child->NameRegions(buff);
|
child->NameRegions(buff);
|
||||||
node = node->Next();
|
node = node->Next();
|
||||||
j ++;
|
j ++;
|
||||||
|
Reference in New Issue
Block a user