no message

This was SVN commit r131.
This commit is contained in:
Gee 2003-12-01 07:26:50 +00:00
parent 0b30254e5c
commit d082065d71

View File

@ -710,12 +710,12 @@ void CGUI::Xerces_ReadObject(DOMElement *pElement, IGUIObject *pParent)
if (i==0)
{
// Thank you CStr =)
caption.Trim(PS_TRIM_BOTH);
// caption.Trim(PS_TRIM_BOTH);
// Set the setting caption to this
GUI<CStr>::SetSetting(object, "caption", caption);
}
// GeeTODO check invalid strings?
// else ... GeeTODO give warning
}
}