diff trunk/src/docgen/graphutils/dotwriter.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 db7e27b5c180
children ec8dd7b8bf0c
line wrap: on
line diff
--- a/trunk/src/docgen/graphutils/dotwriter.d	Thu Jan 31 21:31:47 2008 +0100
+++ b/trunk/src/docgen/graphutils/dotwriter.d	Fri Feb 01 15:05:56 2008 +0200
@@ -127,7 +127,7 @@
         
   void generateImageTag(OutputStream imageFile) {
     // name of the .dot file
-    char[] fn = (cast(Object)imageFile.conduit).toUtf8();
+    char[] fn = (cast(Object)imageFile.conduit).toString();
     fn = FilePath(fn).file;
 
     fn = fn[0..$-3] ~ imageFormatExts[factory.options.graph.imageFormat];