Changeset 33047 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/MenuActionOpenPreferences.java
- Timestamp:
- 2016-10-30T21:24:41+01:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/MenuActionOpenPreferences.java
r32556 r33047 14 14 private static final long serialVersionUID = 1L; 15 15 16 public static String name= marktr("Preferences");16 public static final String NAME = marktr("Preferences"); 17 17 18 /** 19 * Constructs a new {@code MenuActionOpenPreferences}. 20 */ 18 21 public MenuActionOpenPreferences() { 19 super(tr( name), "cadastre_small", tr("Open Cadastre Preferences"), null, false, "cadastrefr/openpreferences", true);22 super(tr(NAME), "cadastre_small", tr("Open Cadastre Preferences"), null, false, "cadastrefr/openpreferences", true); 20 23 } 21 24
Note:
See TracChangeset
for help on using the changeset viewer.
