Ignore:
Timestamp:
29.09.2005 00:33:19 (7 years ago)
Author:
imi
Message:

Added selection

File:
1 edited

Legend:

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

    r1 r2  
    3131         */ 
    3232        public MapMode(String name, String iconName, int mnemonic, MapFrame mapFrame) { 
    33                 super(name, new ImageIcon(iconName)); 
     33                super(name, new ImageIcon("images/"+iconName+".png")); 
    3434                putValue(MNEMONIC_KEY, mnemonic); 
    3535                this.mapFrame = mapFrame; 
Note: See TracChangeset for help on using the changeset viewer.