Ignore:
Timestamp:
2009-07-09T10:53:33+02:00 (15 years ago)
Author:
stoecker
Message:

fixed build error due to slippy map change, i18n update, added pt_BR

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/plugins/PluginInformation.java

    r1647 r1755  
    2121
    2222import org.openstreetmap.josm.Main;
     23import org.openstreetmap.josm.tools.LanguageInfo;
    2324
    2425/**
     
    9091    private void scanManifest(Manifest manifest)
    9192    {
    92         String lang = Main.getLanguageCode()+"_";
     93        String lang = LanguageInfo.getLanguageCodeManifest();
    9394        Attributes attr = manifest.getMainAttributes();
    9495        className = attr.getValue("Plugin-Class");
Note: See TracChangeset for help on using the changeset viewer.