Ignore:
Timestamp:
2017-08-25T01:37:31+02:00 (7 years ago)
Author:
Don-vip
Message:

see #15182 - deprecate shortcut handling and mapframe listener methods in Main. Replacement: same methods in gui.MainApplication

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/plugins/PluginHandler.java

    r12634 r12639  
    781781                PluginProxy pluginProxy = plugin.load(klass, pluginClassLoader);
    782782                pluginList.add(pluginProxy);
    783                 Main.addAndFireMapFrameListener(pluginProxy);
     783                MainApplication.addAndFireMapFrameListener(pluginProxy);
    784784            }
    785785            msg = null;
Note: See TracChangeset for help on using the changeset viewer.