Changeset 3087 in josm
- Timestamp:
- 2010-03-05T15:18:03+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/ToggleDialog.java
r3016 r3087 142 142 private ToggleDialogAction(ToggleDialog dialog, String name, String iconName, String tooltip, Shortcut shortcut, String prefname) { 143 143 super(name, iconName, tooltip, shortcut, false); 144 if (dialog == null) 145 throw new IllegalArgumentException("The ToggleDialog supplied for " + name + " cannot be null."); 144 146 this.dialog = dialog; 145 147 }
Note:
See TracChangeset
for help on using the changeset viewer.