Changeset 1755 in josm for trunk/src/org/openstreetmap/josm/plugins
- Timestamp:
- 2009-07-09T10:53:33+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/plugins/PluginInformation.java
r1647 r1755 21 21 22 22 import org.openstreetmap.josm.Main; 23 import org.openstreetmap.josm.tools.LanguageInfo; 23 24 24 25 /** … … 90 91 private void scanManifest(Manifest manifest) 91 92 { 92 String lang = Main.getLanguageCode()+"_";93 String lang = LanguageInfo.getLanguageCodeManifest(); 93 94 Attributes attr = manifest.getMainAttributes(); 94 95 className = attr.getValue("Plugin-Class");
Note:
See TracChangeset
for help on using the changeset viewer.