diff mde/scheduler/Init.d @ 28:b5fadd8d930b

Small addition to GUI, paths work-around for Windows. New GUI widget containing a widget. Paths on windows now uses "." and "./user" as a temporary measure. committer: Diggory Hardy <diggory.hardy@gmail.com>
author Diggory Hardy <diggory.hardy@gmail.com>
date Tue, 08 Apr 2008 15:52:21 +0100
parents 611f7b9063c6
children f985c28c0ec9
line wrap: on
line diff
--- a/mde/scheduler/Init.d	Fri Apr 04 17:07:38 2008 +0100
+++ b/mde/scheduler/Init.d	Tue Apr 08 15:52:21 2008 +0100
@@ -55,6 +55,7 @@
     try {
         paths.resolvePaths();
     } catch (Exception e) {
+        // NOTE: an exception thrown here cannot be caught by main()!
         throw new InitException ("Resolving paths failed: " ~ e.msg);
     }