Update of /cvsroot/wxlua/wxLua/modules/wxbind/src
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv30945/wxLua/modules/wxbind/src
Modified Files:
wx_bind.cpp
Log Message:
Add the rest of the controls to the sample
Index: wx_bind.cpp
===================================================================
RCS file: /cvsroot/wxlua/wxLua/modules/wxbind/src/wx_bind.cpp,v
retrieving revision 1.115
retrieving revision 1.116
diff -C2 -d -r1.115 -r1.116
*** wx_bind.cpp 20 Jun 2007 22:57:36 -0000 1.115
--- wx_bind.cpp 21 Jun 2007 22:02:57 -0000 1.116
***************
*** 3669,3672 ****
--- 3669,3676 ----
#endif // wxLUA_USE_wxArtProvider
+ #if wxLUA_USE_wxGenericDirCtrl && wxUSE_DIRDLG
+ { "wxDirDialogDefaultFolderStr", wxDirDialogDefaultFolderStr },
+ #endif // wxLUA_USE_wxGenericDirCtrl && wxUSE_DIRDLG
+
{ "wxDirSelectorPromptStr", wxDirSelectorPromptStr },
{ "wxFILE_SEP_DSK", wxT(":") },
|