Rename wxUSE_WEB to wxUSE_WEBVIEW to reflect that actually it specifically toggles the wxWebView class and associated features.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68788 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Steve Lamerton
2011-08-19 09:15:06 +00:00
parent 000a9e77b0
commit e7aef23e7b
8 changed files with 16 additions and 16 deletions

View File

@@ -12,7 +12,7 @@
#include "wx/setup.h"
#if wxUSE_WEB
#if wxUSE_WEBVIEW
#include "wx/control.h"
#include "wx/event.h"
@@ -229,6 +229,6 @@ typedef void (wxEvtHandler::*wxWebViewEventFunction)
wx__DECLARE_EVT1(wxEVT_COMMAND_WEB_VIEW_TITLE_CHANGED, id, \
wxWebViewEventHandler(fn))
#endif // wxUSE_WEB
#endif // wxUSE_WEBVIEW
#endif // _WX_WEB_VIEW_H_