fix indentation

This commit is contained in:
eap 2014-01-20 10:45:36 +00:00
parent d2c62e114d
commit f55c997d2e
4 changed files with 55 additions and 55 deletions

View File

@ -80,12 +80,12 @@ bool SMESHGUI_XmlHandler::startElement (const QString&, const QString&,
}
else if (qName == "meshers-group") // group of hypotheses and algorithms
{
// if (atts.value("server-lib") != "")
// if (atts.value("server-lib") != "")
{
myPluginName = atts.value("name");
myServerLib = atts.value("server-lib");
myClientLib = atts.value("gui-lib");
/* It's Need to tranlate lib name for WIN32 or X platform
/* It's Need to tranlate lib name for WIN32 or X platform
* (only client lib, because server lib translates in SMESH_Gen_i::createHypothesis
* for normal work of *.py files )
*/