Changeset 14120 in osm for applications/editors/josm/plugins/tcxplugin
- Timestamp:
- 2009-03-18T15:55:16+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/tcxplugin/src/org/openstreetmap/josm/plugins/TcxPlugin.java
r13497 r14120 2 2 * josm.tcx.plugin 3 3 * (c) Copyright by M.IT 2002-2008 4 * www.emaitie.de 4 * www.emaitie.de 5 5 */ 6 6 … … 15 15 16 16 import javax.swing.JFileChooser; 17 import javax.swing.JMenu;18 import javax.swing.JMenuItem;19 17 20 18 import org.openstreetmap.josm.Main; … … 41 39 KeyEvent.VK_T, Shortcut.GROUP_MENU)); 42 40 } 43 41 44 42 private void addTcxFileFilter() 45 43 { … … 49 47 // => check if filters contains a tcx entry, if not create a new array with tcx in it 50 48 // assign it to filters 51 52 // TODO later we can remove the filter from the file filter list, so the extension does not appear 49 50 // TODO later we can remove the filter from the file filter list, so the extension does not appear 53 51 // when the user wants to open a normal file. 54 52 } 55 53 56 54 57 55 public void actionPerformed(ActionEvent e)
Note:
See TracChangeset
for help on using the changeset viewer.