Ignore:
Timestamp:
2013-01-13T16:48:59+01:00 (12 years ago)
Author:
pieren
Message:

#5626 call plugin preferences window directly from plugin menu.

Location:
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr
Files:
1 added
1 edited

Legend:

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

    r29101 r29194  
    130130 *                   of multiple municipalities in parallel.
    131131 * 2.2 01-Jul-2011 - replace deprecated Main.proj by newest Main.getProjection()
    132  *                 - fix list of raster images (Feuilles) parsing failing after a Cadastre server change/maintenance
     132 *                 - fix list of raster images (Feuilles) parsing failing after a Cadastre server change/maintenance
     133 * 2.3 11-Jan-2013 - add various improvements from Don-Vip (Vincent Privat) trac #8175, #8229 and #5626.
    133134 */
    134135public class CadastrePlugin extends Plugin {
     
    243244            // all SVG features disabled until official WMS is released
    244245            //cadastreJMenu.add(menuActionBoundaries);
     246            cadastreJMenu.add(new JMenuItem(new MenuActionOpenPreferences()));
    245247        }
    246248        setEnabledAll(menuEnabled);
Note: See TracChangeset for help on using the changeset viewer.