Ignore:
Timestamp:
2017-09-01T01:51:07+02:00 (9 years ago)
Author:
michael2402
Message:

See #15167: Store the name of the current selected tab.

This also makes the expert mode tab selection more universal

File:
1 edited

Legend:

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

    r12684 r12706  
    4242 */
    4343public class OSMDownloadSource implements DownloadSource<OSMDownloadSource.OSMDownloadData> {
     44    /**
     45     * The simple name for the {@link OSMDownloadSourcePanel}
     46     * @since 12706
     47     */
     48    public static final String SIMPLE_NAME = "osmdownloadpanel";
    4449
    4550    @Override
     
    134139        private final JLabel sizeCheck = new JLabel();
    135140
    136         private static final String SIMPLE_NAME = "osmdownloadpanel";
    137141        private static final BooleanProperty DOWNLOAD_OSM = new BooleanProperty("download.osm.data", true);
    138142        private static final BooleanProperty DOWNLOAD_GPS = new BooleanProperty("download.osm.gps", false);
Note: See TracChangeset for help on using the changeset viewer.