From: John L. <jr...@us...> - 2006-12-13 06:57:52
|
Update of /cvsroot/wxlua/wxLua/apps/wxluaedit/src In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv18568/wxLua/apps/wxluaedit/src Modified Files: wxledit.cpp Log Message: cleanup genwxbind.lua, better var names, builtin -> number or function cleanup wxlprint, wxlhtmlwin Index: wxledit.cpp =================================================================== RCS file: /cvsroot/wxlua/wxLua/apps/wxluaedit/src/wxledit.cpp,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** wxledit.cpp 12 Dec 2006 01:23:40 -0000 1.26 --- wxledit.cpp 13 Dec 2006 06:57:48 -0000 1.27 *************** *** 770,776 **** if (m_show_stack) { ! wxLuaStackDialog StackDialog(this, wxID_ANY, wxT("wxLua stack frame"), ! wxDefaultPosition, wxSize(500, 250), ! event.GetwxLuaState()); StackDialog.ShowModal(); m_show_stack = false; --- 770,774 ---- if (m_show_stack) { ! wxLuaStackDialog StackDialog(event.GetwxLuaState(), this); StackDialog.ShowModal(); m_show_stack = false; |