Update of /cvsroot/wxlua/wxLua/apps/wxlua/src
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv26807/wxLua/apps/wxlua/src
Modified Files:
lconsole.cpp
Log Message:
make the wxLuaEditor a little nicer, more checks and add help info
Index: lconsole.cpp
===================================================================
RCS file: /cvsroot/wxlua/wxLua/apps/wxlua/src/lconsole.cpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** lconsole.cpp 15 Dec 2006 05:16:01 -0000 1.16
--- lconsole.cpp 15 Dec 2006 19:04:47 -0000 1.17
***************
*** 19,25 ****
#endif
! #if defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXMAC__)
#include "art/wxlua.xpm"
! #endif
#include "wx/splitter.h"
--- 19,25 ----
#endif
! //#if defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXMAC__)
#include "art/wxlua.xpm"
! //#endif
#include "wx/splitter.h"
|