add "text," command so that elements can look up their text

This commit is contained in:
Chris Danford
2005-07-14 20:13:14 +00:00
parent 30598db3bf
commit 015e72253b
2 changed files with 15 additions and 2 deletions
+2 -1
View File
@@ -44,7 +44,8 @@ public:
// so that we know the order of commands when it comes time to Apply.
Commands m_Commands;
CString m_sName; // display name
CString m_sName; // choice name
CString m_sText; // display text
bool m_bInvalid;
CString m_sInvalidReason;
int m_iIndex;