Changeset 26524 in osm


Ignore:
Timestamp:
2011-08-11T17:52:37+02:00 (13 years ago)
Author:
stoecker
Message:

fix typo

Location:
applications/editors/josm/plugins/cadastre-fr
Files:
32 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/GrabThread.java

    r26509 r26524  
    101101                        break;
    102102                    }
    103                     if (grabber.getWmsInterface().downloadcanceled) {
     103                    if (grabber.getWmsInterface().downloadCanceled) {
    104104                        System.out.println("Download action canceled by user");
    105105                        setCanceled(true);
Note: See TracChangeset for help on using the changeset viewer.