]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.desktop.ui/src/org/simantics/desktop/ui/internal/ImportSharedLibrary.java
Externalize strings in org.simantics.desktop.ui
[simantics/platform.git] / bundles / org.simantics.desktop.ui / src / org / simantics / desktop / ui / internal / ImportSharedLibrary.java
index 113c11926cbe69e068dc8b6efe827041ef2491f9..0bc9852f9997dbefb076e207fb80117c22b81996 100644 (file)
@@ -25,7 +25,7 @@ public class ImportSharedLibrary extends AbstractHandler {
     public Object execute(ExecutionEvent event) throws ExecutionException {
         
                IStructuredSelection sel = new StructuredSelection();
-       ModelingUtils.openWizard(Display.getCurrent(), sel, "org.simantics.modeling.ui.sharedOntologyImportWizard");
+       ModelingUtils.openWizard(Display.getCurrent(), sel, "org.simantics.modeling.ui.sharedOntologyImportWizard"); //$NON-NLS-1$
        return null;
         
     }