Changeset 29765 in osm for applications/editors


Ignore:
Timestamp:
2013-07-20T15:56:13+02:00 (11 years ago)
Author:
donvip
Message:

[josm_czaddress] fix #8865 - Don't build toggle dialog before map frame initialization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/czechaddress/src/org/openstreetmap/josm/plugins/czechaddress/CzechAddressPlugin.java

    r29727 r29765  
    9090        super(info);
    9191
    92         /*boolean x;
    93         x = StringUtils.matchAbbrev("Ahoj lidi", "Ahoj lidi");
    94         System.out.println(x ? "Match" : "Differ");
    95         x = StringUtils.matchAbbrev("Bož. Němcové", "Boženy Němca.");
    96         System.out.println(x ? "Match" : "Differ");*/
    97 
    9892        addStatusListener(this);
    9993
    10094        ConflictResolver.getInstance();
    10195        SelectionMonitor.getInstance();
    102         FactoryDialog.getInstance();
    10396        Reasoner.getInstance();
    10497
     
    216209        return Preferences.getInstance();
    217210    }
    218 
    219 
    220 
    221211}
Note: See TracChangeset for help on using the changeset viewer.