diff dwtx/jface/internal/text/html/HTMLTextPresenter.d @ 147:000f9136b8f7

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:35:05 +0200
parents 26688fec6d23
children f70d9508c95c
line wrap: on
line diff
--- a/dwtx/jface/internal/text/html/HTMLTextPresenter.d	Sun Aug 24 22:34:04 2008 +0200
+++ b/dwtx/jface/internal/text/html/HTMLTextPresenter.d	Sun Aug 24 22:35:05 2008 +0200
@@ -45,7 +45,7 @@
  */
 public class HTMLTextPresenter : DefaultInformationControl.IInformationPresenter, DefaultInformationControl.IInformationPresenterExtension {
 
-    private static final String LINE_DELIM= System.getProperty("line.separator", "\n"); //$NON-NLS-1$ //$NON-NLS-2$
+    private static const String LINE_DELIM= System.getProperty("line.separator", "\n"); //$NON-NLS-1$ //$NON-NLS-2$
 
     private int fCounter;
     private bool fEnforceUpperLineLimit;