*/
public void actionPerformed(ActionEvent event)
{
if (GlobalController.SINGLETON.checkForNewSubscription()) return;
final ImportGuidesDialog dialog =
new ImportGuidesDialog(GlobalController.SINGLETON.getMainFrame());
dialog.open();
if (!dialog.hasBeenCanceled())
{
setEnabled(false);
try
{
processImport(dialog);