Changeset 35500 in osm for applications/editors/josm/plugins
- Timestamp:
- 2020-06-29T11:34:19+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/buildings_tools/src/org/openstreetmap/josm/plugins/buildings_tools/MyDialog.java
r34572 r35500 17 17 public abstract class MyDialog extends ExtendedDialog { 18 18 private static final String[] BUTTON_TEXTS = new String[] {tr("OK"), tr("Cancel")}; 19 private static final String[] BUTTON_ICONS = new String[] {"ok .png", "cancel.png"};19 private static final String[] BUTTON_ICONS = new String[] {"ok", "cancel"}; 20 20 21 21 protected final JPanel panel = new JPanel(new GridBagLayout());
Note:
See TracChangeset
for help on using the changeset viewer.