100101102103104105106107108109110
if (GlobalController.SINGLETON.checkForNewSubscription()) return; final ImportGuidesDialog dialog = new ImportGuidesDialog(GlobalController.SINGLETON.getMainFrame()); dialog.open(); if (!dialog.hasBeenCanceled()) { setEnabled(false); try