Changeset 4488 in josm
- Timestamp:
- 2011-10-04T13:00:33+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/MapFrame.java
r4134 r4488 97 97 public ValidatorDialog validatorDialog; 98 98 public SelectionListDialog selectionListDialog; 99 public PropertiesDialog propertiesDialog; 100 99 101 /** 100 102 * The panel list of all toggle dialog icons. To add new toggle dialog actions, use addToggleDialog … … 178 180 LayerListDialog.createInstance(this); 179 181 addToggleDialog(LayerListDialog.getInstance()); 180 addToggleDialog( new PropertiesDialog(this));182 addToggleDialog(propertiesDialog = new PropertiesDialog(this)); 181 183 addToggleDialog(selectionListDialog = new SelectionListDialog()); 182 184 addToggleDialog(relationListDialog = new RelationListDialog());
Note:
See TracChangeset
for help on using the changeset viewer.