mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-27 17:10:33 +05:00
fix indentation
This commit is contained in:
parent
d2c62e114d
commit
f55c997d2e
@ -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 )
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user