diff trunk/src/docgen/page/htmlwriter.d @ 717:cb8edb09108a

Updated docgen (mostly) to new tango. Reflective options. Updated translations.
author Jari-Matti M?kel? <jmjm@iki.fi>
date Fri, 01 Feb 2008 15:05:56 +0200
parents e48a011e687a
children
line wrap: on
line diff
--- a/trunk/src/docgen/page/htmlwriter.d	Thu Jan 31 21:31:47 2008 +0100
+++ b/trunk/src/docgen/page/htmlwriter.d	Fri Feb 01 15:05:56 2008 +0200
@@ -59,7 +59,7 @@
 
     if (name == "stylesheet") {
       styleSheetFile = (new FilePath(
-        (cast(Object)outputs[0].conduit).toUtf8())).file();
+        (cast(Object)outputs[0].conduit).toString())).file();
     }
   }