]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.document.ui/src/org/simantics/document/ui/Activator.java
Externalize strings in org.simantics.document.ui
[simantics/platform.git] / bundles / org.simantics.document.ui / src / org / simantics / document / ui / Activator.java
index 5a25c5b6b7f8708d0c7865ff20ad0ee8150ca68a..82e1588549d0327815284b0c73072049fa3bd5c6 100644 (file)
@@ -58,9 +58,9 @@ public class Activator extends AbstractUIPlugin {
 
                Bundle bundle = context.getBundle();
                
-               DOCUMENT_DECORATION_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/document_decoration.png"));
-               cross = ImageDescriptor.createFromURL(bundle.getResource("icons/silk_small/cross.png"));
-               clock_red = ImageDescriptor.createFromURL(bundle.getResource("icons/silk_small/clock_red.png"));
+               DOCUMENT_DECORATION_ICON = ImageDescriptor.createFromURL(bundle.getResource("icons/document_decoration.png")); //$NON-NLS-1$
+               cross = ImageDescriptor.createFromURL(bundle.getResource("icons/silk_small/cross.png")); //$NON-NLS-1$
+               clock_red = ImageDescriptor.createFromURL(bundle.getResource("icons/silk_small/clock_red.png")); //$NON-NLS-1$
                
                IPath ipath = Platform.getStateLocation(bundle);
                location = Paths.get(ipath.toOSString());