X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FExchangePlugin%2FExchangePlugin_Plugin.cpp;h=58b214b47c96522dcfcf5df123e5f27b7e1251fe;hb=04a8a265b25901dd54e34d449f8d0c64304f1e69;hp=cf32016859c4088cd15224867e8eddfc2122478b;hpb=fef85548e799ffa1473195e4ded1c9aa4c3dda03;p=modules%2Fshaper.git diff --git a/src/ExchangePlugin/ExchangePlugin_Plugin.cpp b/src/ExchangePlugin/ExchangePlugin_Plugin.cpp index cf3201685..58b214b47 100644 --- a/src/ExchangePlugin/ExchangePlugin_Plugin.cpp +++ b/src/ExchangePlugin/ExchangePlugin_Plugin.cpp @@ -30,8 +30,8 @@ ExchangePlugin_Plugin::ExchangePlugin_Plugin() new ExchangePlugin_ImportFormatValidator); // register construction properties - Config_PropManager::registerProp("Visualization", "import_feature_color", "Imported feature color", - Config_Prop::Color, IMPORTED_FEATURE_COLOR); + //Config_PropManager::registerProp("Visualization", "import_feature_color", "Imported feature color", + // Config_Prop::Color, ExchangePlugin_ImportFeature::DEFAULT_COLOR()); } FeaturePtr ExchangePlugin_Plugin::createFeature(string theFeatureID)