diff README.txt @ 157:f8001bf383d2

TextLayout allow null for setText
author Frank Benoit <benoit@tionex.de>
date Thu, 14 Feb 2008 21:30:05 +0100
parents 029d0df3f515
children c290741fbb6b
line wrap: on
line diff
--- a/README.txt	Thu Feb 14 21:27:56 2008 +0100
+++ b/README.txt	Thu Feb 14 21:30:05 2008 +0100
@@ -26,12 +26,12 @@
 Disable this option in the dsss/etc/rebuild/dmd-win-tango file.
 Search for it (2 matches) and either delete those lines of change =on to =off.
 
-In some situations, you may get linker errors when building the dwt examples.  
+In some situations, you may get linker errors when building the dwt examples.
 Try adding the "-full" switch to the dsss command line to fix these errors.
 
 Example:
 
-dsss build -full simple  
+dsss build -full simple
 
 Subsystem linker option
 =======================
@@ -44,6 +44,8 @@
 ========================
   o MessageBox can be instantiated without parent. Use the Ctor "this( int style )",
     calling the other ctors will still force a non-null parent.
+  o Allow null argument for
+        - dwt.graphics.TextLayout setText(char[])