diff mde/gui/widget/miscContent.d @ 163:24d77c52243f

Provided sensible conversions for setting the value of one AStringContent from another, along with unittest. Updated layout and Translation unittests to run.
author Diggory Hardy <diggory.hardy@gmail.com>
date Sat, 23 May 2009 15:47:32 +0200
parents 2476790223b8
children 55667d048c31
line wrap: on
line diff
--- a/mde/gui/widget/miscContent.d	Fri May 22 19:59:22 2009 +0200
+++ b/mde/gui/widget/miscContent.d	Sat May 23 15:47:32 2009 +0200
@@ -51,7 +51,7 @@
     }
     
     override bool dropContent (IContent content) {
-	if (content_.setContent (content))
+	if (content_.set (content))
 	    return true;
 	return parent.dropContent (content);
     }