Changeset 27906 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/MenuActionLoadFromCache.java
- Timestamp:
- 2012-02-20T19:25:50+01:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/MenuActionLoadFromCache.java
r26330 r27906 23 23 24 24 public MenuActionLoadFromCache() { 25 super(tr(name), "cadastre_small", tr("Load location from cache (only if cache is enabled)"), null, false );25 super(tr(name), "cadastre_small", tr("Load location from cache (only if cache is enabled)"), null, false, "cadastrefr/loadfromcache", true); 26 26 } 27 27
Note:
See TracChangeset
for help on using the changeset viewer.