Update of /cvsroot/wxlua/wxLua/modules/wxluadebug/include
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv9840/wxLua/modules/wxluadebug/include
Modified Files:
wxldebug.h
Log Message:
Allow the wxTaskBarIcon to be delete()ed since you have to in MSW for the program to exit
Change the keys in the lua registry table to be lightuserdata to avoid collisions
Display what the keys are in the registry table in the stack dialog
Index: wxldebug.h
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/wxluadebug/include/wxldebug.h,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** wxldebug.h 25 Jun 2007 03:32:35 -0000 1.37
--- wxldebug.h 25 Jun 2007 16:07:58 -0000 1.38
***************
*** 84,88 ****
}
! private:
wxString m_itemName;
wxString m_itemType;
--- 84,89 ----
}
! // implementation
!
wxString m_itemName;
wxString m_itemType;
|