diff dwt/widgets/Composite.d @ 238:380bad9f6852

reverted char[] to String
author Frank Benoit <benoit@tionex.de>
date Mon, 05 May 2008 00:42:55 +0200
parents 08789b28bdf3
children ce446666f5a2
line wrap: on
line diff
--- a/dwt/widgets/Composite.d	Sat Apr 26 10:01:30 2008 +0200
+++ b/dwt/widgets/Composite.d	Mon May 05 00:42:55 2008 +0200
@@ -81,7 +81,7 @@
     Control[] tabList;
     int layoutCount, backgroundMode;
 
-    static const char[] NO_INPUT_METHOD = "dwt.internal.gtk.noInputMethod"; //$NON-NLS-1$
+    static const String NO_INPUT_METHOD = "dwt.internal.gtk.noInputMethod"; //$NON-NLS-1$
 
 this () {
     /* Do nothing */