diff dwt/internal/win32/OS.d @ 63:adfa8c39be39

Scale, ScrollBar
author Frank Benoit <benoit@tionex.de>
date Mon, 04 Feb 2008 14:45:37 +0100
parents cb74965f7ca3
children 66203354c9d3
line wrap: on
line diff
--- a/dwt/internal/win32/OS.d	Mon Feb 04 14:32:57 2008 +0100
+++ b/dwt/internal/win32/OS.d	Mon Feb 04 14:45:37 2008 +0100
@@ -1708,7 +1708,7 @@
     public static const int TPM_LEFTBUTTON = 0x0;
     public static const int TPM_RIGHTBUTTON = 0x2;
     public static const int TPM_RIGHTALIGN = 0x8;
-    public static const char[] TRACKBAR_CLASS = "msctls_trackbar32"; //$NON-NLS-1$
+    public static const TCHAR[] TRACKBAR_CLASS = "msctls_trackbar32"; //$NON-NLS-1$
     public static const int TRANSPARENT = 0x1;
     public static const int TREIS_DISABLED = 4;
     public static const int TREIS_HOT = 2;