Ignore:
Timestamp:
2008-09-20T22:27:48+02:00 (16 years ago)
Author:
stoecker
Message:

close bug #1575

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/MapFrame.java

    r733 r997  
    6060        public ConflictDialog conflictDialog;
    6161        /**
     62         * The dialog that shows all relations and lets the user edit them.
     63         */
     64        public RelationListDialog relationListDialog;
     65        /**
    6266         * The panel list of all toggle dialog icons. To add new toggle dialog actions, use addToggleDialog
    6367         * instead of adding directly to this list.
     
    100104                addToggleDialog(conflictDialog = new ConflictDialog());
    101105                addToggleDialog(new CommandStackDialog(this));
    102                 addToggleDialog(new RelationListDialog());
     106                addToggleDialog(relationListDialog = new RelationListDialog());
    103107
    104108                // status line below the map
Note: See TracChangeset for help on using the changeset viewer.