X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.scl.ui%2Fsrc%2Forg%2Fsimantics%2Fscl%2Fui%2Fbrowser%2FTestSCLDocumentationBrowser.java;h=803cdf30b487e876b16d23606cc5648054f927b2;hp=a1365544b7483ce0306f38cb4840de9e3943929b;hb=9712014e959584157b02e594be8719c151b8f5b0;hpb=d14bfb83fddf30539f401de54ce9f61bd0aff25c diff --git a/bundles/org.simantics.scl.ui/src/org/simantics/scl/ui/browser/TestSCLDocumentationBrowser.java b/bundles/org.simantics.scl.ui/src/org/simantics/scl/ui/browser/TestSCLDocumentationBrowser.java index a1365544b..803cdf30b 100644 --- a/bundles/org.simantics.scl.ui/src/org/simantics/scl/ui/browser/TestSCLDocumentationBrowser.java +++ b/bundles/org.simantics.scl.ui/src/org/simantics/scl/ui/browser/TestSCLDocumentationBrowser.java @@ -13,17 +13,17 @@ public class TestSCLDocumentationBrowser { public void testDocumentationBrowser() throws Exception { Display display = new Display(); Shell shell = new Shell(display); - shell.setText("SCL module documentation"); + shell.setText("SCL module documentation"); //$NON-NLS-1$ shell.setLayout(new FillLayout()); SCLDocumentationBrowser browser; try { browser = new SCLDocumentationBrowser(shell); } catch (SWTError e) { - System.out.println("Could not instantiate Browser: " + e.getMessage()); + System.out.println("Could not instantiate Browser: " + e.getMessage()); //$NON-NLS-1$ display.dispose(); return; } - browser.setLocation("Prelude"); + browser.setLocation("Prelude"); //$NON-NLS-1$ shell.open(); while (!shell.isDisposed()) { if (!display.readAndDispatch())