diff dwt/printing/PrinterData.d @ 122:2e671fa40eec

Ported dwt.dnd, dwt.opengl, dwt.printing and dwt.program
author Jacob Carlborg <doob@me.com>
date Wed, 31 Dec 2008 21:01:13 +0100
parents 10760eb00d08
children
line wrap: on
line diff
--- a/dwt/printing/PrinterData.d	Wed Dec 31 16:50:37 2008 +0100
+++ b/dwt/printing/PrinterData.d	Wed Dec 31 21:01:13 2008 +0100
@@ -113,20 +113,20 @@
      * <code>scope</code> field value indicating that
      * all pages should be printed
      */ 
-    public static final int ALL_PAGES = 0;
+    public static const int ALL_PAGES = 0;
     
     /**
      * <code>scope</code> field value indicating that
      * the range of pages specified by startPage and endPage
      * should be printed
      */ 
-    public static final int PAGE_RANGE = 1;
+    public static const int PAGE_RANGE = 1;
     
     /**
      * <code>scope</code> field value indicating that
      * the current selection should be printed
      */ 
-    public static final int SELECTION = 2;
+    public static const int SELECTION = 2;
     
     /**
      * private, platform-specific data