/[schmitzm]/branches/1.0-gt2-2.6/src/skrueger/geotools/labelsearch/Snippet.java
ViewVC logotype

Annotation of /branches/1.0-gt2-2.6/src/skrueger/geotools/labelsearch/Snippet.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 139 - (hide annotations)
Thu Jun 11 12:52:58 2009 UTC (15 years, 8 months ago) by alfonx
Original Path: trunk/src/skrueger/geotools/labelsearch/Snippet.java
File MIME type: text/plain
File size: 394 byte(s)
* Fixed a bug when creating more than 3 additional styles at once... A NPE occurred because none has been set as the selected additional style.
* Moved the i8n and Localisation for LabelSearch to schmitzm

1 alfonx 139 package skrueger.geotools.labelsearch;
2    
3     import java.util.Locale;
4    
5     import schmitzm.lang.LangUtil;
6     import schmitzm.lang.ResourceProvider;
7     import skrueger.swing.TranslationAskJDialog;
8    
9     public class Snippet {
10     public static ResourceProvider RESOURCE = new ResourceProvider(LangUtil
11     .extendPackagePath(TranslationAskJDialog.class,
12     "resource.locales.SwingResourceBundle"), Locale.ENGLISH);
13     }

Properties

Name Value
svn:eol-style native
svn:keywords Id
svn:mime-type text/plain

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26