Ignore:
Timestamp:
2008-10-13T16:38:49+02:00 (16 years ago)
Author:
stoecker
Message:

some fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/wmsplugin/src/wmsplugin/WMSLayer.java

    r11084 r11172  
    7373        public WMSLayer(String name, String baseURL) {
    7474                super(name);
    75                 boolean background = true;
     75                background = true; /* set global background variable */
    7676                initializeImages();
    7777                this.baseURL = baseURL;
Note: See TracChangeset for help on using the changeset viewer.