Ignore:
Timestamp:
2009-01-22T17:07:55+01:00 (16 years ago)
Author:
stoecker
Message:

removed wrong version stuff

Location:
applications/editors/josm/plugins/remotecontrol/src/org/openstreetmap/josm/plugins/remotecontrol
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/remotecontrol/src/org/openstreetmap/josm/plugins/remotecontrol/RemoteControlPreferences.java

    r12778 r13313  
    1212import org.openstreetmap.josm.gui.preferences.PreferenceDialog;
    1313import org.openstreetmap.josm.gui.preferences.PreferenceSetting;
    14 import org.openstreetmap.josm.plugins.remotecontrol.Util.Version;
    1514import org.openstreetmap.josm.tools.GBC;
    1615import org.openstreetmap.josm.tools.I18n;
     
    3029    public void addGui(final PreferenceDialog gui)
    3130    {
    32         Version ver = Util.getVersion();
    3331        String description = tr("A plugin that allows JOSM to be controlled from other applications.");
    34         if (ver != null)
    35             description += "<br><br>" + tr("Version: {0}<br>Last change at {1}", ver.revision, ver.time) + "<br><br>";
    3632        JPanel remote = gui.createPreferenceTab("remotecontrol.gif", tr("Remote Control"), tr("Settings for the Remote Control plugin."));
    3733        remote.add(new JLabel("<html>"+tr("The Remote Control plugin will always listen on port 8111 on localhost." +
Note: See TracChangeset for help on using the changeset viewer.