diff mde/gui/widget/TextWidget.d @ 156:36df0ffe34d2

Fix to reload translations.
author Diggory Hardy <diggory.hardy@gmail.com>
date Sat, 18 Apr 2009 21:51:03 +0200
parents 783969f4665c
children 2476790223b8
line wrap: on
line diff
--- a/mde/gui/widget/TextWidget.d	Sat Apr 18 12:19:24 2009 +0200
+++ b/mde/gui/widget/TextWidget.d	Sat Apr 18 21:51:03 2009 +0200
@@ -121,7 +121,7 @@
             parent.minHChange (this, mh);
     }
     Content content_;
-    int cIndex;
+    int cIndex = 0;
 }
 
 /// Text-box for editing a content's value. Generic − any AStringContent.