[Gcblue-commits] gcb_wx/include/graphics tcEditBox.h,1.6,1.7
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2005-04-17 22:35:08
|
Update of /cvsroot/gcblue/gcb_wx/include/graphics In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14250/include/graphics Modified Files: tcEditBox.h Log Message: fixed problem writing to account database, added command state update as part of create update for new objects at client, removed application-level command ack Index: tcEditBox.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/graphics/tcEditBox.h,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** tcEditBox.h 2 Oct 2004 22:41:32 -0000 1.6 --- tcEditBox.h 17 Apr 2005 22:34:59 -0000 1.7 *************** *** 59,63 **** --- 59,65 ---- char mzCaption[MAX_EDITBOX_CHAR]; char mzBuffer[MAX_EDITBOX_CHAR]; + char mzBufferHide[MAX_EDITBOX_CHAR]; ///< buffer with * chars for password entry mode long command; + bool starText; ///< true to use * for text for password entry |