Ignore:
Timestamp:
2010-09-09T01:03:45+02:00 (14 years ago)
Author:
postfix
Message:

first step to implement plugin interface done

Location:
applications/editors/josm/plugins/toms/src/toms
Files:
7 added
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/toms/src/toms/Toms.java

    r23078 r23079  
    2222
    2323import toms.dialogs.SmpDialogAction;
     24import toms.plug.PluginApp;
    2425import toms.seamarks.SeaMark;
    2526
     
    4748                SmpDialog.setUserHome(userHome);
    4849                Smp.setEnabled(false);
     50               
     51                PluginApp.runPlugins();
    4952        }
    5053
Note: See TracChangeset for help on using the changeset viewer.