Ignore:
Timestamp:
2009-11-28T23:56:56+01:00 (15 years ago)
Author:
stoecker
Message:

cleanup plugin information a bit

File:
1 edited

Legend:

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

    r2389 r2542  
    352352    {
    353353        String text = "";
    354         String pl = Main.pref.get("plugins");
     354        String pl = Main.pref.getCollectionAsString("plugins");
    355355        if(pl != null && pl.length() != 0) {
    356356            text += "Plugins: "+pl+"\n";
Note: See TracChangeset for help on using the changeset viewer.