Ignore:
Timestamp:
2006-12-29T16:57:07+01:00 (18 years ago)
Author:
imi
Message:
  • fixed display of tooltip shortcuts
  • added icon=... to annotation presets
  • added support for putting annotation presets in the toolbar
File:
1 edited

Legend:

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

    r113 r178  
    2828         */
    2929        public MapMode(String name, String iconName, String tooltip, int keystroke, MapFrame mapFrame, Cursor cursor) {
    30                 super(name, "mapmode/"+iconName, tooltip, keystroke, 0);
     30                super(name, "mapmode/"+iconName, tooltip, keystroke, 0, false);
    3131//              this.cursor = cursor;
    3232                putValue("active", false);
Note: See TracChangeset for help on using the changeset viewer.