Ignore:
Timestamp:
2006-03-24T01:45:42+01:00 (20 years ago)
Author:
imi
Message:
  • Remove Alt from hotkeys ('n' for new node, not Alt-n)
  • use command line options to open files/start or download (--help for a list)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/org/openstreetmap/josm/actions/AboutAction.java

    r30 r68  
    3838       
    3939        public AboutAction() {
    40                 super("About", "about", "Display the about screen.", KeyEvent.VK_A, null);
     40                super("About", "about", "Display the about screen.", KeyEvent.VK_A);
    4141        }
    4242       
Note: See TracChangeset for help on using the changeset viewer.