diff mde/gui/gui.d @ 29:f985c28c0ec9

A new GUI widget plus changes to the init system. GUI: Implemented a GridWidget to layout several sub-widgets. Improved log messages about init functions. Moved all dynamic-library loading into a separate init stage. committer: Diggory Hardy <diggory.hardy@gmail.com>
author Diggory Hardy <diggory.hardy@gmail.com>
date Sat, 12 Apr 2008 14:10:13 +0100
parents b5fadd8d930b
children 467c74d4804d
line wrap: on
line diff
--- a/mde/gui/gui.d	Tue Apr 08 15:52:21 2008 +0100
+++ b/mde/gui/gui.d	Sat Apr 12 14:10:13 2008 +0100
@@ -34,7 +34,7 @@
 static this () {
     logger = Log.getLogger ("mde.gui.gui");
     
-    init.addFunc (&GUI.load);
+    init.addFunc (&GUI.load, "GUI.load");
 }
 
 struct GUI {