Ignore:
Timestamp:
2009-03-18T15:55:16+01:00 (16 years ago)
Author:
stoecker
Message:

fix the menu changes in JOSM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/tcxplugin/src/org/openstreetmap/josm/plugins/TcxPlugin.java

    r13497 r14120  
    22 * josm.tcx.plugin
    33 * (c) Copyright by M.IT 2002-2008
    4  * www.emaitie.de 
     4 * www.emaitie.de
    55 */
    66
     
    1515
    1616import javax.swing.JFileChooser;
    17 import javax.swing.JMenu;
    18 import javax.swing.JMenuItem;
    1917
    2018import org.openstreetmap.josm.Main;
     
    4139            KeyEvent.VK_T, Shortcut.GROUP_MENU));
    4240        }
    43        
     41
    4442        private void addTcxFileFilter()
    4543        {
     
    4947//              => check if filters contains a tcx entry, if not create a new array with tcx in it
    5048//              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
    5351    // when the user wants to open a normal file.
    5452        }
    55        
     53
    5654
    5755        public void actionPerformed(ActionEvent e)
Note: See TracChangeset for help on using the changeset viewer.