diff dwtx/jface/internal/text/InformationControlReplacer.d @ 156:a9566845f1cb

...
author Frank Benoit <benoit@tionex.de>
date Mon, 25 Aug 2008 19:03:46 +0200
parents 5cf141e43417
children 1a5b8f8129df
line wrap: on
line diff
--- a/dwtx/jface/internal/text/InformationControlReplacer.d	Mon Aug 25 00:45:19 2008 +0200
+++ b/dwtx/jface/internal/text/InformationControlReplacer.d	Mon Aug 25 19:03:46 2008 +0200
@@ -89,7 +89,7 @@
      * @param subjectArea the subject area
      * @param takeFocus <code>true</code> iff the replacing information control should take focus
      */
-    public void replaceInformationControl(IInformationControlCreator informationPresenterControlCreator, Rectangle contentBounds, Object information, final Rectangle subjectArea, bool takeFocus) {
+    public void replaceInformationControl(IInformationControlCreator informationPresenterControlCreator, Rectangle contentBounds, Object information, Rectangle subjectArea, bool takeFocus) {
 
         try {
             fIsReplacing= true;