actionManager.register("insert-positions", new InsertPositionsAction());
actionManager.register("delete-positions", new DeletePositionsAction());
actionManager.register("revert-positions", new RevertPositionListAction());
actionManager.register("convert-route-to-track", new ConvertRouteToTrackAction());
actionManager.register("convert-track-to-route", new ConvertTrackToRouteAction());
actionManager.register("show-downloads", new ShowDownloadsAction());
actionManager.register("show-options", new ShowOptionsAction());
actionManager.register("complete-flight-plan", new CompleteFlightPlanAction());
actionManager.register("help-topics", new HelpTopicsAction());
actionManager.register("check-for-update", new CheckForUpdateAction(updateChecker));
actionManager.register("send-error-report", new SendErrorReportAction());