From: John L. <jr...@us...> - 2007-07-20 01:39:08
|
Update of /cvsroot/wxlua/wxLua/apps/wxlua/src In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv7131/wxLua/apps/wxlua/src Modified Files: lconsole.cpp Log Message: Use wxlua.wxLUA_VERSION_STRING for dialog Index: lconsole.cpp =================================================================== RCS file: /cvsroot/wxlua/wxLua/apps/wxlua/src/lconsole.cpp,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** lconsole.cpp 15 Dec 2006 19:04:47 -0000 1.17 --- lconsole.cpp 20 Jul 2007 01:39:05 -0000 1.18 *************** *** 28,31 **** --- 28,32 ---- #include "lconsole.h" + // Only include this for the wxlua app, wxluaedit includes this whole file. #ifndef WXLUAEDITOR_APP #include "wxlua.h" |