This commit is contained in:
eap 2012-08-30 07:42:51 +00:00
parent d370090d41
commit 935b0458ec

View File

@ -452,11 +452,11 @@ namespace SMESH
// BUG 0020378 // BUG 0020378
//myHypCreatorMap[aHypType] = aCreator; //myHypCreatorMap[aHypType] = aCreator;
//rnv : This dynamic property of the QObject stores the name of the plugin. //rnv : This dynamic property of the QObject stores the name of the plugin.
// It is used to obtain plugin root dir environment variable // It is used to obtain plugin root dir environment variable
// in the SMESHGUI_HypothesisDlg class. Plugin root dir environment // in the SMESHGUI_HypothesisDlg class. Plugin root dir environment
// variable is used to display documentation. // variable is used to display documentation.
aCreator->setProperty(PLUGIN_NAME,aHypData->PluginName); aCreator->setProperty(PLUGIN_NAME,aHypData->PluginName);
} }
} }
} }