More effective fixes. Still no issues.

Note: you will most likely end up recompiling the whole thing.
This commit is contained in:
Jason Felds
2011-03-19 20:40:35 -04:00
parent 22b7b34897
commit 12872f0a50
21 changed files with 214 additions and 60 deletions
+4 -1
View File
@@ -71,7 +71,10 @@ public:
}
struct TextEntrySettings {
TextEntrySettings() { }
TextEntrySettings(): smSendOnPop(), sQuestion(""),
sInitialAnswer(""), iMaxInputLength(0),
bPassword(false), Validate(), OnOK(), OnCancel(),
ValidateAppend(), FormatAnswerForDisplay() { }
ScreenMessage smSendOnPop;
RString sQuestion;
RString sInitialAnswer;