Ignore:
Timestamp:
2009-01-31T14:49:38+01:00 (16 years ago)
Author:
stoecker
Message:

fixed #1721

Location:
applications/editors/josm/plugins/utilsplugin/src/UtilsPlugin
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/utilsplugin/src/UtilsPlugin/UtilsPlugin.java

    r12778 r13456  
    2323public class UtilsPlugin extends Plugin {
    2424    JMenuItem SimplifyWay;
     25    JumpToAction JumpToAct = new JumpToAction();
    2526
    2627    public UtilsPlugin() {
     
    3334        if (oldFrame == null && newFrame != null) {
    3435            SimplifyWay.setEnabled(true);
     36            newFrame.statusLine.addMouseListener(JumpToAct);
    3537        }
    3638    }
Note: See TracChangeset for help on using the changeset viewer.