NEW - bug 267868: Article about 'Decorators' needs update
https://bugs.eclipse.org/bugs/show_bug.cgi?id=267868
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 @@
 <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>