diff examples/texteditor/Images.d @ 144:7248e4c09c4f

Fix: make TextEditor not using the tango.util.collection
author Frank Benoit <benoit@tionex.de>
date Thu, 07 Aug 2008 23:04:04 +0200
parents 8a1930f94cbb
children
line wrap: on
line diff
--- a/examples/texteditor/Images.d	Thu Aug 07 22:21:50 2008 +0200
+++ b/examples/texteditor/Images.d	Thu Aug 07 23:04:04 2008 +0200
@@ -10,7 +10,7 @@
  * Port to the D programming language:
  *     Thomas Graber <d4rkdragon@gmail.com>
  *******************************************************************************/
-module examples.texteditor.Images;
+module texteditor.Images;
 
 import dwt.dwthelper.InputStream;