diff data/L10n/OptionsMisc.mtt @ 80:ea58f277f487

Gui reorganization and changes; partial implementation of floating widgets. Moved contents of mde/gui/WidgetData.d elsewhere; new gui/WidgetDataSet.d and gui/types.d modules. Changes to widget/createWidget.d Partially implemented FloatingAreaWidget to provide an area for floating "window" widgets. New DebugWidget and some uses of it (e.g. bad widget data). Decoupled OptionChanges from Options.
author Diggory Hardy <diggory.hardy@gmail.com>
date Thu, 07 Aug 2008 11:25:27 +0100
parents 1530d9c04d4d
children 97e6dce08037
line wrap: on
line diff
--- a/data/L10n/OptionsMisc.mtt	Tue Aug 05 11:51:51 2008 +0100
+++ b/data/L10n/OptionsMisc.mtt	Thu Aug 07 11:25:27 2008 +0100
@@ -1,7 +1,7 @@
 {MT01}
 {en-GB}
-<entry|useThreads=["Use threads","Global option for threading in mde."]>
-<entry|logLevel=["Logging level","Controls which messages are logged, from 0=trace to 6=none (default: 1=info)."]>
-<entry|L10n=["Localisation","Specifies the language to use."]>
-<entry|pollInterval=["Polling interval","Delay in main loop to limit CPU usage"]>
-<entry|exitImmediately=["Exit immediately","Load files and exit immediately, without running main loop (for debugging)"]>
+<entry|useThreads={0:"Use threads",1:"Global option for threading in mde."}>
+<entry|logLevel={0:"Logging level",1:"Controls which messages are logged, from 0=trace to 6=none (default: 1=info)."}>
+<entry|L10n={0:"Localisation",1:"Specifies the language to use."}>
+<entry|pollInterval={0:"Polling interval",1:"Delay in main loop to limit CPU usage"}>
+<entry|exitImmediately={0:"Exit immediately",1:"Load files and exit immediately, without running main loop (for debugging)"}>