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 281650
Collapse All | Expand All

(-)src/org/eclipse/core/internal/registry/ConfigurationElement.java (-1 / +4 lines)
Lines 64-70 Link Here
64
	}
64
	}
65
65
66
	protected String getValue() {
66
	protected String getValue() {
67
		return getValueAsIs();
67
	  String symbolicName = getContributor().getName();
68
	  String value = getValueAsIs();
69
        return RegistryFactory.translate( value, symbolicName );
70
		//return getValueAsIs();
68
	}
71
	}
69
72
70
	String getValueAsIs() {
73
	String getValueAsIs() {

Return to bug 281650