1 package org.simantics.scl.ui.search;
3 import org.eclipse.osgi.util.NLS;
5 public class Messages extends NLS {
6 private static final String BUNDLE_NAME = "org.simantics.scl.ui.search.messages"; //$NON-NLS-1$
7 public static String SCLSearchQuery_SearchReferencesFor;
8 public static String SCLSearchResult_SCLSearchLabelFor;
10 // initialize resource bundle
11 NLS.initializeMessages(BUNDLE_NAME, Messages.class);