diff mde/file/mergetag/Reader.d @ 111:1655693702fc

Resolved ticket #4, allowing widgets to reload strings and recalculate sizes mid-run. Removed prefinalize and finalize and added setup as the new second initialization phase, which can be re-run.
author Diggory Hardy <diggory.hardy@gmail.com>
date Sat, 06 Dec 2008 17:41:42 +0000
parents 2212285f714c
children b16a534f5302
line wrap: on
line diff
--- a/mde/file/mergetag/Reader.d	Fri Dec 05 11:29:39 2008 +0000
+++ b/mde/file/mergetag/Reader.d	Sat Dec 06 17:41:42 2008 +0000
@@ -356,7 +356,7 @@
     
     After analysing tags, the function passes the type, ID and data to addTag.
     
-    NOTE: from performance tests on indexing char[]'s and dereferencing char*'s, the char*'s are
+    Note: from performance tests on indexing char[]'s and dereferencing char*'s, the char*'s are
     slightly faster, but a tiny difference isn't worth the extra effort/risk of using char*'s.
     */
     private size_t parseSection (size_t pos, IDataSection dsec) {