diff dwt/widgets/Event.d @ 49:9dd4a17513f9

Updated Scrollabe to 3.514
author Jacob Carlborg <doob@me.com>
date Sun, 07 Dec 2008 20:41:40 +0100
parents d8635bb48c7c
children
line wrap: on
line diff
--- a/dwt/widgets/Event.d	Sun Dec 07 20:16:52 2008 +0100
+++ b/dwt/widgets/Event.d	Sun Dec 07 20:41:40 2008 +0100
@@ -151,7 +151,7 @@
      * character value based on a stateMask (such as DWT.CTRL) or the
      * resulting character will not be correct.
      */
-    public char character;
+    public wchar character = '\0';
     
     /**
      * depending on the event, the key code of the key that was typed,