Changes between Version 62 and Version 63 of DevelopersGuide/DevelopingPlugins


Ignore:
Timestamp:
May 28, 2012 2:39:54 AM (12 months ago)
Author:
mrwojo
Comment:

minor typo fix

Legend:

Unmodified
Added
Removed
Modified
  • DevelopersGuide/DevelopingPlugins

    v62 v63  
    6161}}} 
    6262 
    63 You don't have to derive the plugin main class from a common superclass but currently you are '''recommended''' to derive it from [source:/trunk/src/org/openstreetmap/josm/plugins/Plugin.java org.openstreetmap.josm.plugin.Plugin].  
     63You don't have to derive the plugin main class from a common superclass but currently you are '''recommended''' to derive it from [source:/trunk/src/org/openstreetmap/josm/plugins/Plugin.java org.openstreetmap.josm.plugins.Plugin].  
    6464 
    6565{{{