Ignore:
Timestamp:
2012-04-29T19:55:58+02:00 (13 years ago)
Author:
jttt
Message:

compilation problem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/osmarender/src/org/openstreetmap/josm/plugins/osmarender/OsmarenderPlugin.java

    r27904 r28367  
    4747
    4848        public Action() {
    49             super(tr("Osmarender"), null, tr("Osmarender"), null, true, "osmarender", true);
    50         }
    51 
    52         public void actionPerformed(ActionEvent e) {
     49            super(tr("Osmarender"), (String)null, tr("Osmarender"), null, true, "osmarender", true);
     50        }
     51
     52        @Override
     53                public void actionPerformed(ActionEvent e) {
    5354            // get all stuff visible on screen
    5455            LatLon bottomLeft = Main.map.mapView.getLatLon(0,Main.map.mapView.getHeight());
Note: See TracChangeset for help on using the changeset viewer.