]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.fileimport.ui/src/org/simantics/fileimport/ui/Messages.java
b6aa8dc28d65ca52bdde4fe483eb0897e74b72e8
[simantics/platform.git] / bundles / org.simantics.fileimport.ui / src / org / simantics / fileimport / ui / Messages.java
1 package org.simantics.fileimport.ui;
2
3 import org.eclipse.osgi.util.NLS;
4
5 public class Messages extends NLS {
6         private static final String BUNDLE_NAME = "org.simantics.fileimport.ui.messages"; //$NON-NLS-1$
7         public static String ImportFileHandler_ChooseFile;
8         static {
9                 // initialize resource bundle
10                 NLS.initializeMessages(BUNDLE_NAME, Messages.class);
11         }
12
13         private Messages() {
14         }
15 }