Ignore:
Timestamp:
2009-07-18T19:53:47+02:00 (15 years ago)
Author:
avar
Message:

Remove annoying message dialog on JOSM startup announcing that the
plugin is experimental. Instead just add a note to that effect in the
plugin description.

Location:
applications/editors/josm/plugins/walkingpapers
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/walkingpapers/build.xml

    r16556 r16570  
    2424                <attribute name="Plugin-Class" value="org.openstreetmap.josm.plugins.walkingpapers.WalkingPapersPlugin"/>
    2525                <attribute name="Plugin-Date" value="${version.entry.commit.date}"/>
    26                 <attribute name="Plugin-Description" value="Supports downloading tiled, scanned maps from walking-papers.org."/>
     26                <attribute name="Plugin-Description" value="Supports downloading tiled, scanned maps from walking-papers.org. This plugin is still under early development and may be buggy."/>
    2727                <attribute name="Plugin-Link" value="http://wiki.openstreetmap.org/index.php/JOSM/Plugins/WalkingPapers"/>
    2828                <attribute name="Plugin-Mainversion" value="1725"/>
  • applications/editors/josm/plugins/walkingpapers/src/org/openstreetmap/josm/plugins/walkingpapers/WalkingPapersPlugin.java

    r16549 r16570  
    77import javax.swing.JMenu;
    88import javax.swing.JMenuItem;
    9 import javax.swing.JOptionPane;
    109
    1110import org.openstreetmap.josm.Main;
     
    3130        walkingPapersMenu = menu.addMenu("Walking Papers", KeyEvent.VK_K, menu.defaultMenuPos);
    3231        walkingPapersMenu.add(new JMenuItem(new WalkingPapersAddLayerAction()));
    33        
    34         JOptionPane.showMessageDialog(Main.parent,tr("You are running the highly experimental Walking Papers plugin. Expect a rougher than usual ride..."));
    3532    }
    3633
Note: See TracChangeset for help on using the changeset viewer.