Changeset 19298 in osm for applications/editors/josm/plugins/remotecontrol
- Timestamp:
- 2010-01-06T21:15:59+01:00 (15 years ago)
- Location:
- applications/editors/josm/plugins/remotecontrol
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/remotecontrol/build.xml
r18678 r19298 28 28 29 29 <!-- set before publising --> 30 <property name="commit.message" value=" Fixed JOSM issue #3340" />31 <property name="plugin.main.version" value="2 401" />30 <property name="commit.message" value="Update to JOSM r2748" /> 31 <property name="plugin.main.version" value="2748" /> 32 32 33 33 <property name="josm" location="../../core/dist/josm-custom.jar"/> -
applications/editors/josm/plugins/remotecontrol/src/org/openstreetmap/josm/plugins/remotecontrol/RemoteControlPreferences.java
r17590 r19298 15 15 import org.openstreetmap.josm.gui.preferences.PreferenceDialog; 16 16 import org.openstreetmap.josm.gui.preferences.PreferenceSetting; 17 import org.openstreetmap.josm.gui.preferences.PreferenceTabbedPane; 17 18 import org.openstreetmap.josm.tools.GBC; 18 19 … … 30 31 private JCheckBox alwaysAskUserConfirm = new JCheckBox(tr("confirm all Remote Control actions manually")); 31 32 32 public void addGui(final Preference Dialoggui)33 public void addGui(final PreferenceTabbedPane gui) 33 34 { 34 35 String description = tr("A plugin that allows JOSM to be controlled from other applications.");
Note:
See TracChangeset
for help on using the changeset viewer.