diff mde/content/miscContent.d @ 128:41582439a42b

Added support for dynamic EnumContent loading and saving, with translation loading. WMScreen.init removed; code moved to this() since class is now created by main() instead of a static this(). Fix for SwitchWidget not passing events. Still some resizing bugs evident in SwitchWidget :-(
author Diggory Hardy <diggory.hardy@gmail.com>
date Wed, 14 Jan 2009 20:24:14 +0000
parents d3b2cefd46c9
children ad91de8867a0
line wrap: on
line diff
--- a/mde/content/miscContent.d	Thu Jan 08 20:09:46 2009 +0000
+++ b/mde/content/miscContent.d	Wed Jan 14 20:24:14 2009 +0000
@@ -57,6 +57,7 @@
     this (char[] name, char[] msg) {
 	super (name);
         this.msg = msg;
+        logger.error (name ~ ": " ~ msg);
     }
     
     override char[] toString (uint i) {