Ignore:
Timestamp:
2012-02-23T10:17:25+01:00 (13 years ago)
Author:
akks
Message:

reltoolbox, turnlanes: fix shortcut and toolbar warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/reltoolbox/src/relcontext/RelContextPlugin.java

    r26802 r27927  
    11package relcontext;
    22
     3import org.openstreetmap.josm.Main;
    34import org.openstreetmap.josm.gui.DefaultNameFormatter;
    45import org.openstreetmap.josm.gui.MapFrame;
     
    1718    public void mapFrameInitialized( MapFrame oldFrame, MapFrame newFrame ) {
    1819        if( oldFrame == null && newFrame != null ) {
     20//            if (dialog!=null) dialog.destroy();
    1921            dialog = new RelContextDialog();
    2022            newFrame.addToggleDialog(dialog);
Note: See TracChangeset for help on using the changeset viewer.