Rename wxWebFileHandler name from test to file.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68509 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Steve Lamerton
2011-08-03 18:51:53 +00:00
parent b7d3a622aa
commit 00b89a1d1d

View File

@@ -46,7 +46,7 @@ static wxString EscapeFileNameCharsInURL(const char *in)
wxWebFileHandler::wxWebFileHandler()
{
m_name = "test";
m_name = "file";
m_fileSystem = new wxFileSystem();
}