]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.desktop.ui/src/org/simantics/desktop/ui/internal/ExportModel.java
Externalize strings in org.simantics.desktop.ui
[simantics/platform.git] / bundles / org.simantics.desktop.ui / src / org / simantics / desktop / ui / internal / ExportModel.java
index a214029d5f8fbcd98d36ec0dabaa0a60d30c5e5a..b75c0bd442a3ddd8e43bd4374de460eb5ed87191 100644 (file)
@@ -20,7 +20,7 @@ import org.eclipse.jface.viewers.IStructuredSelection;
 import org.eclipse.jface.viewers.StructuredSelection;
 import org.eclipse.swt.widgets.Display;
 import org.simantics.Simantics;
-import org.simantics.browsing.ui.swt.AdaptableHintContext;
+import org.simantics.browsing.ui.common.AdaptableHintContext;
 import org.simantics.db.ReadGraph;
 import org.simantics.db.Resource;
 import org.simantics.db.common.request.UniqueRead;
@@ -53,7 +53,7 @@ public class ExportModel extends AbstractHandler {
             context.setHint(SelectionHints.KEY_MAIN, lib);
 
                        IStructuredSelection sel = new StructuredSelection(context);
-               ModelingUtils.openWizard(Display.getCurrent(), sel, "org.simantics.modeling.ui.modelExportWizard");
+               ModelingUtils.openWizard(Display.getCurrent(), sel, "org.simantics.modeling.ui.modelExportWizard"); //$NON-NLS-1$
                } catch (DatabaseException e) {
                        // TODO Auto-generated catch block
                        e.printStackTrace();