Ignore:
Timestamp:
2010-09-15T18:54:18+02:00 (14 years ago)
Author:
stoecker
Message:

remove tabs

File:
1 edited

Legend:

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

    r22547 r23190  
    104104
    105105    @Override
    106         public void destroy() {
     106    public void destroy() {
    107107        // if the layer is currently saving the images in the cache, wait until it's finished
    108108        if (cacheControl != null) {
     
    305305        saveAsPng.setEnabled(isRaster);
    306306        return new Action[] {
    307                         LayerListDialog.getInstance().createShowHideLayerAction(),
     307                LayerListDialog.getInstance().createShowHideLayerAction(),
    308308                LayerListDialog.getInstance().createDeleteLayerAction(),
    309309                new MenuActionLoadFromCache(),
Note: See TracChangeset for help on using the changeset viewer.