X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpdt/ui/OverrideIndicatorLabelDecorator.java b/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpdt/ui/OverrideIndicatorLabelDecorator.java index 1aed547..8418417 100644 --- a/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpdt/ui/OverrideIndicatorLabelDecorator.java +++ b/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpdt/ui/OverrideIndicatorLabelDecorator.java @@ -51,10 +51,10 @@ public class OverrideIndicatorLabelDecorator implements ILabelDecorator, * Creates a decorator. The decorator creates an own image registry to cache * images. */ - public OverrideIndicatorLabelDecorator() { - this(null); - fUseNewRegistry = true; - } +// public OverrideIndicatorLabelDecorator() { +// this(null); +// fUseNewRegistry = true; +// } /* * Creates decorator with a shared image registry.