Use wxWebKitCtrlNameStr to adhere to the convention used by other wx classes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62610 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Ollivier
2009-11-11 02:12:56 +00:00
parent db22fdd17d
commit eebb8902d9
2 changed files with 6 additions and 2 deletions

View File

@@ -37,6 +37,8 @@
#define DEBUG_WEBKIT_SIZING 0
extern WXDLLEXPORT_DATA(const char) wxWebKitCtrlNameStr[] = "webkitctrl";
// ----------------------------------------------------------------------------
// macros
// ----------------------------------------------------------------------------