]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.ui/src/org/simantics/scl/ui/editor2/OpenSCLModule.java
Externalize strings in org.simantics.scl.ui
[simantics/platform.git] / bundles / org.simantics.scl.ui / src / org / simantics / scl / ui / editor2 / OpenSCLModule.java
index b2df02fb4f0dc22e661926b34a8eac157c8f4b30..2be6609ce7ceb82df2480827362506fc46571db3 100644 (file)
@@ -32,9 +32,9 @@ public class OpenSCLModule extends AbstractHandler {
                 return;
             SCLModuleEditorInput input = new StandardSCLModuleEditorInput(moduleName);
             try {
-                page.openEditor(input, "org.simantics.scl.ui.editor2");
+                page.openEditor(input, "org.simantics.scl.ui.editor2"); //$NON-NLS-1$
             } catch (PartInitException e) {
-                LOGGER.error("Could not open module {} ", moduleName, e);
+                LOGGER.error("Could not open module {} ", moduleName, e); //$NON-NLS-1$
             }
         };
     }