From f1414f01873e2a052eead5db5b70adf4f032e5ce Mon Sep 17 00:00:00 2001 From: smh Date: Wed, 28 Jan 2004 13:37:38 +0000 Subject: [PATCH] MPV: Merge V1.2c - correction --- src/SALOMEDS/SALOMEDS_StudyManager_i.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SALOMEDS/SALOMEDS_StudyManager_i.cxx b/src/SALOMEDS/SALOMEDS_StudyManager_i.cxx index 0f216b98e..ba14acbf0 100644 --- a/src/SALOMEDS/SALOMEDS_StudyManager_i.cxx +++ b/src/SALOMEDS/SALOMEDS_StudyManager_i.cxx @@ -1312,7 +1312,7 @@ void SALOMEDS_StudyManager_i::_SaveAs(const char* aUrl, CORBA::String_var aFactoryType; - if (strcmp(aCompType, "Supervision") == 0) aFactoryType = "SuperVisionContainer"; + if (strcmp(aCompType, "SUPERV") == 0) aFactoryType = "SuperVisionContainer"; else aFactoryType = "FactoryServer"; Engines::Component_var aComp = -- 2.39.2