comparison 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
comparison
equal deleted inserted replaced
155:4e8819b65882 156:36df0ffe34d2
119 parent.minWChange (this, mw); 119 parent.minWChange (this, mw);
120 if (omh != mh) 120 if (omh != mh)
121 parent.minHChange (this, mh); 121 parent.minHChange (this, mh);
122 } 122 }
123 Content content_; 123 Content content_;
124 int cIndex; 124 int cIndex = 0;
125 } 125 }
126 126
127 /// Text-box for editing a content's value. Generic − any AStringContent. 127 /// Text-box for editing a content's value. Generic − any AStringContent.
128 class AStringContentWidget : ATextWidget 128 class AStringContentWidget : ATextWidget
129 { 129 {