Changeset 23459 in osm for applications/editors
- Timestamp:
- 2010-10-03T18:11:37+02:00 (14 years ago)
- Location:
- applications/editors/josm/plugins/smed/src/smed
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed/src/smed/Smed.java
r23393 r23459 153 153 } 154 154 155 /*156 public void setPlugins(List<SmedPluggable> plugins) {157 this.plugins = plugins;158 159 }160 */161 162 155 } -
applications/editors/josm/plugins/smed/src/smed/tabs/SmedTabAction.java
r23445 r23459 36 36 37 37 public SmedTabAction() { 38 super( "SeekartenEditor", "Smed","SeekartenEditor", Shortcut.registerShortcut(38 super( tr("Seamap Editor"), "Smed",tr("Seanap Editor"), Shortcut.registerShortcut( 39 39 "tools:Semmaps", 40 tr("Tool: {0}", "SeekartenEditor"), KeyEvent.VK_K, //$NON-NLS-1$ //$NON-NLS-2$40 tr("Tool: {0}", tr("Seamap Editor")), KeyEvent.VK_K, //$NON-NLS-1$ //$NON-NLS-2$ 41 41 Shortcut.GROUP_EDIT, Shortcut.SHIFT_DEFAULT), true); 42 42 }
Note:
See TracChangeset
for help on using the changeset viewer.