Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 70140
Collapse All | Expand All

(-)Eclipse UI/org/eclipse/ui/internal/help/WorkbenchHelpSystem.java (+3 lines)
Lines 421-426 Link Here
421
	private AbstractHelpUI getHelpUI() {
421
	private AbstractHelpUI getHelpUI() {
422
		if (!isInitialized) {
422
		if (!isInitialized) {
423
			isInitialized = initializePluggableHelpUI();
423
			isInitialized = initializePluggableHelpUI();
424
			if (!isInitialized)
425
				WorkbenchPlugin.log("Unable to instantiate help UI");//$NON-NLS-1$
426
424
		}
427
		}
425
		return pluggableHelpUI;
428
		return pluggableHelpUI;
426
	}
429
	}

Return to bug 70140