Changeset 7348 in josm for trunk/src/org/openstreetmap/josm


Ignore:
Timestamp:
2014-07-29T01:14:04+02:00 (10 years ago)
Author:
Don-vip
Message:

deprecate openstreetbugs plugin (replaced by notes)

File:
1 edited

Legend:

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

    r7048 r7348  
    120120            new DeprecatedPlugin("restart", IN_CORE),
    121121            new DeprecatedPlugin("wayselector", IN_CORE),
     122            new DeprecatedPlugin("openstreetbugs", tr("replaced by new {0} plugin", "notes")),
    122123        });
    123124    }
     
    368369            }
    369370            return true;
    370            
     371
    371372        case "ask":
    372373            break;
Note: See TracChangeset for help on using the changeset viewer.