Fixed typo.

This commit is contained in:
leo 2013-09-13 19:51:52 +00:00
parent e3b086ffb6
commit da027efcc9

View file

@ -751,7 +751,7 @@ void lcQPropertiesTree::setPart(Object *newFocusObject)
partShow = addProperty(partVisibility, tr("Show"), PropertyInt);
partHide = addProperty(partVisibility, tr("Hide"), PropertyInt);
partAppearance = addProperty(NULL, tr("Appearence"), PropertyGroup);
partAppearance = addProperty(NULL, tr("Appearance"), PropertyGroup);
partColor = addProperty(partAppearance, tr("Color"), PropertyColor);
partID = addProperty(partAppearance, tr("Part"), PropertyPart);
}