This commit is contained in:
andreja6
2018-10-22 21:05:50 -07:00
parent 24306c04ec
commit c71dcb8a91

View File

@@ -39,6 +39,7 @@ void Instance::initProperties()
pItem.lpszzCmbItems="What";
pItem.lpszPropDesc="Description";
pItem.lpCurValue=(LPARAM)"0, 0, 0";
pItem.iItemType=PIT_EDIT;
properties.push_back(Property(pItem, Update));
}