// Created: 04/01/98
// RCS-ID: $Id$
// Copyright: (c) Julian Smart
-// Licence: wxWindows license
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#include "wx/app.h"
// These data members are designed for transfer to and from
// controls, via validators. For instance, a text control's
// transferred value is a string:
- wxString m_string;
+ wxString m_string, m_string2;
// Listboxes may permit multiple selections, so their state
// is transferred to an integer-array class.
VALIDATE_TOGGLE_BELL,
VALIDATE_TEXT,
+ VALIDATE_TEXT2,
VALIDATE_LIST,
VALIDATE_CHECK,
VALIDATE_COMBO,