Changeset 19306 in osm for applications/editors/josm/plugins/wmsplugin
- Timestamp:
- 2010-01-06T21:28:43+01:00 (15 years ago)
- Location:
- applications/editors/josm/plugins/wmsplugin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wmsplugin/build.xml
r18953 r19306 28 28 29 29 30 <property name="commit.message" value=" Made build file more robust, mainly in case svn is missing on the build machine" />31 <property name="plugin.main.version" value="2 450" />30 <property name="commit.message" value="Update to JOSM 2748" /> 31 <property name="plugin.main.version" value="2748" /> 32 32 33 33 -
applications/editors/josm/plugins/wmsplugin/src/wmsplugin/WMSPreferenceEditor.java
r18761 r19306 31 31 import org.openstreetmap.josm.gui.preferences.PreferenceDialog; 32 32 import org.openstreetmap.josm.gui.preferences.PreferenceSetting; 33 import org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane; 33 34 import org.openstreetmap.josm.tools.GBC; 34 35 … … 42 43 JSpinner spinNorth; 43 44 44 public void addGui(final Preference Dialoggui) {45 public void addGui(final PreferenceTabbedPane gui) { 45 46 JPanel p = gui.createPreferenceTab("wms", tr("WMS Plugin Preferences"), tr("Modify list of WMS servers displayed in the WMS plugin menu")); 46 47
Note:
See TracChangeset
for help on using the changeset viewer.