View | Details | Raw Unified | Return to bug 96140 | Differences between
and this patch

Collapse All | Expand All

(-)src/org/eclipse/pde/internal/ui/view/DependenciesView.java (-2 lines)
Lines 535-542 Link Here
535
			IConfigurationElement config = getConfigurationElement();
535
			IConfigurationElement config = getConfigurationElement();
536
			if (config == null)
536
			if (config == null)
537
				return;
537
				return;
538
			String viewName = config.getAttribute("name"); //$NON-NLS-1$
539
			setContentDescription(viewName);
540
		} else {
538
		} else {
541
			String name = PDEPlugin.getDefault().getLabelProvider().getText(
539
			String name = PDEPlugin.getDefault().getLabelProvider().getText(
542
					newInput);
540
					newInput);

Return to bug 96140