mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-30 02:40:32 +05:00
untabify
This commit is contained in:
parent
36df571332
commit
d56eabb870
@ -653,10 +653,10 @@ void SMESHGUI_HypothesisDlg::onHelp()
|
||||
if(myCreator) {
|
||||
QVariant pluginName = myCreator->property( PLUGIN_NAME );
|
||||
if( pluginName.isValid() ) {
|
||||
QString rootDir = pluginName.toString() + "PLUGIN_ROOT_DIR";
|
||||
QString varValue = QString( getenv(rootDir.toLatin1().constData()));
|
||||
if(!varValue.isEmpty())
|
||||
name = pluginName.toString() + "PLUGIN";
|
||||
QString rootDir = pluginName.toString() + "PLUGIN_ROOT_DIR";
|
||||
QString varValue = QString( getenv(rootDir.toLatin1().constData()));
|
||||
if(!varValue.isEmpty())
|
||||
name = pluginName.toString() + "PLUGIN";
|
||||
}
|
||||
}
|
||||
app->onHelpContextModule(name, myHelpFileName);
|
||||
|
Loading…
Reference in New Issue
Block a user