diff dwtx/jface/text/TextAttribute.d @ 147:000f9136b8f7

final
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 22:35:05 +0200
parents b6bad70d540a
children 3678e4f1a766
line wrap: on
line diff
--- a/dwtx/jface/text/TextAttribute.d	Sun Aug 24 22:34:04 2008 +0200
+++ b/dwtx/jface/text/TextAttribute.d	Sun Aug 24 22:35:05 2008 +0200
@@ -175,14 +175,14 @@
      * (value <code>1 << 29</code>).
      * @since 3.1
      */
-    public static final int STRIKETHROUGH= 1 << 29;
+    public static const int STRIKETHROUGH= 1 << 29;
 
     /**
      * Text attribute for underline style.
      * (value <code>1 << 30</code>)
      * @since 3.1
      */
-    public static final int UNDERLINE= 1 << 30;
+    public static const int UNDERLINE= 1 << 30;
 
 
     /** Foreground color */