handlerService.activateHandler("Jampa.playlistExportWizard", new ActionHandler(exportPlaylistAction));
checkPlaylistsAction = new Action(Messages.getString("Menu.Playlists.CheckPlaylist"), SWT.NONE) {
public void run() {
CheckPlaylistsDialog dialog = new CheckPlaylistsDialog(Display.getCurrent().getActiveShell());
dialog.open();
}
};
checkPlaylistsAction.setImageDescriptor(Activator.getImageDescriptor("/icons/checkplaylists_16.png"));
checkPlaylistsAction.setActionDefinitionId("Jampa.checkPlaylists");
handlerService.activateHandler("Jampa.checkPlaylists", new ActionHandler(checkPlaylistsAction));