]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - org.simantics.g3d/src/org/simantics/g3d/wizard/ModelExportWizard.java
Changed SimanticsUI use to Simantics
[simantics/3d.git] / org.simantics.g3d / src / org / simantics / g3d / wizard / ModelExportWizard.java
index 27214c930fb8300955b47f4c80345550a8ad668e..9eddcd44c957b387cf76fb801b0b008e8eee4138 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.wizard;\r
 \r
 import java.io.File;\r
@@ -22,7 +33,7 @@ import org.eclipse.ui.IWorkbench;
 import org.simantics.db.management.ISessionContext;\r
 import org.simantics.project.IProject;\r
 import org.simantics.project.ProjectKeys;\r
-import org.simantics.ui.SimanticsUI;\r
+import org.simantics.Simantics;\r
 import org.simantics.utils.ui.ErrorLogger;\r
 import org.simantics.utils.ui.ExceptionUtils;\r
 import org.simantics.utils.ui.workbench.StringMemento;\r
@@ -50,7 +61,7 @@ public abstract class ModelExportWizard<T extends IExportModel> extends Wizard i
        public void init(IWorkbench workbench, IStructuredSelection selection) {\r
                readPreferences();\r
 \r
-        ISessionContext ctx = SimanticsUI.getSessionContext();\r
+        ISessionContext ctx = Simantics.getSessionContext();\r
         if (ctx == null)\r
             return;\r
         IProject project = ctx.getHint(ProjectKeys.KEY_PROJECT);\r