Ignore:
Timestamp:
2015-03-26T19:23:20+01:00 (10 years ago)
Author:
malcolmh
Message:

[SeaChartEditor] refresh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/seachartedit/src/scedit/SCeditAction.java

    r30895 r31060  
    3535
    3636public class SCeditAction extends JosmAction implements EditLayerChangeListener, SelectionChangedListener {
    37         private static String title = tr("SeaMap Editor");
     37        private static String title = tr("SeaChart Editor");
    3838        public static JFrame editFrame = null;
    3939        public static ShowFrame showFrame = null;
     
    8888
    8989        public SCeditAction() {
    90                 super(title, "SCedit", title, null, true);
     90                super(title, "SC", title, null, true);
    9191        }
    9292
Note: See TracChangeset for help on using the changeset viewer.