Ignore:
Timestamp:
2009-01-02T15:09:04+01:00 (15 years ago)
Author:
stoecker
Message:

fix bug #1949 and some other minor issues

File:
1 edited

Legend:

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

    r1198 r1205  
    232232        String [] oldplugins = new String[] {"mappaint", "unglueplugin",
    233233        "lang-de", "lang-en_GB", "lang-fr", "lang-it", "lang-pl", "lang-ro",
    234         "lang-ru", "ewmsplugin", "ywms"};
     234        "lang-ru", "ewmsplugin", "ywms", "tways-0.2", "geotagged", "landsat"};
    235235        for (String p : oldplugins) {
    236236            if (plugins.contains(p)) {
Note: See TracChangeset for help on using the changeset viewer.