diff mde/lookup/Translation.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 3328c6fb77ca
children 7ababdf97748
line wrap: on
line diff
--- a/mde/lookup/Translation.d	Thu Jan 08 20:09:46 2009 +0000
+++ b/mde/lookup/Translation.d	Wed Jan 14 20:24:14 2009 +0000
@@ -156,6 +156,7 @@
         if (p) {
             return *p;
         } else {
+            logger.warn ("Unable to find translation for {} in {}", id, section);
             Entry ret;
             ret.name = id;
             return ret;