Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwbeaton2009-06-23 20:38:56 +0000
committerwbeaton2009-06-23 20:38:56 +0000
commitf7eb99d635f8537f749d3bac4a2e7a49d1e79967 (patch)
tree3e4398783ef412e85f949d81ea570c7a64691c4b
parent97c56ac8b09edf9c926bb11093b7e1978ed6d699 (diff)
downloadarticles-f7eb99d635f8537f749d3bac4a2e7a49d1e79967.tar.gz
articles-f7eb99d635f8537f749d3bac4a2e7a49d1e79967.tar.xz
articles-f7eb99d635f8537f749d3bac4a2e7a49d1e79967.zip
NEW - bug 267868: Article about 'Decorators' needs update
https://bugs.eclipse.org/bugs/show_bug.cgi?id=267868
-rw-r--r--Article-Decorators/decorators.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/Article-Decorators/decorators.html b/Article-Decorators/decorators.html
index 3e924bc..3e78a2b 100644
--- a/Article-Decorators/decorators.html
+++ b/Article-Decorators/decorators.html
@@ -660,7 +660,8 @@ the custom decorator is not enabled&nbsp;</tt>
<br><tt>&nbsp;*/</tt>
<br><tt>public static DemoDecorator getDemoDecorator()</tt>
<br><tt>{</tt>
-<br><tt>&nbsp; IDecoratorManager decoratorManager =</tt>
+<p><tt>&nbsp; // In Eclipse 3.5, use: PlatformUI.getWorkbench().getDecoratorManager();</tt></p>
+<tt>&nbsp; IDecoratorManager decoratorManager =</tt>
<br><tt>&nbsp;&nbsp;&nbsp; DecoratorPlugin.getDefault().getWorkbench().getDecoratorManager();</tt>
<p><tt>&nbsp; // com.ibm.decoratordemo.ui.decorator.demodecorator is the
id of the&nbsp;</tt>

Back to the top