Changeset 31060 in osm for applications/editors/josm/plugins/seachartedit/src/scedit/SCeditAction.java
- Timestamp:
- 2015-03-26T19:23:20+01:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/seachartedit/src/scedit/SCeditAction.java
r30895 r31060 35 35 36 36 public class SCeditAction extends JosmAction implements EditLayerChangeListener, SelectionChangedListener { 37 private static String title = tr("Sea MapEditor");37 private static String title = tr("SeaChart Editor"); 38 38 public static JFrame editFrame = null; 39 39 public static ShowFrame showFrame = null; … … 88 88 89 89 public SCeditAction() { 90 super(title, "SC edit", title, null, true);90 super(title, "SC", title, null, true); 91 91 } 92 92
Note:
See TracChangeset
for help on using the changeset viewer.