diff mde/setup/paths.d @ 103:42e241e7be3e

ContentList content type; getting content items/lists from Options generically via content.Items, and a new addContent widget function. Several improvements to generic handling of content. New button-with-text widget. Some tidy-up. Some name changes, to increase uniformity. Bug-fix: floating widgets of fixed size could previously be made larger than intended from config dimdata.
author Diggory Hardy <diggory.hardy@gmail.com>
date Tue, 25 Nov 2008 18:01:44 +0000
parents ba035eba07b4
children 7f7b40fed72b
line wrap: on
line diff
--- a/mde/setup/paths.d	Sat Nov 22 20:59:36 2008 +0000
+++ b/mde/setup/paths.d	Tue Nov 25 18:01:44 2008 +0000
@@ -220,7 +220,6 @@
 /** Find at least one path for each required directory.
 *
 * Note: the logger cannot be used yet, so only output is exception messages. */
-// FIXME: use tango/sys/Environment.d
 version (linux) {
     SortedMap!(char[],char[]) fontFiles;	// key is file name, value is CString path
     /** Get the actual path of a font file, or throw NoFileException if not found.