]> git.saurik.com Git - wxWidgets.git/commitdiff
Rename wxWebFileHandler name from test to file.
authorSteve Lamerton <steve.lamerton@gmail.com>
Wed, 3 Aug 2011 18:51:53 +0000 (18:51 +0000)
committerSteve Lamerton <steve.lamerton@gmail.com>
Wed, 3 Aug 2011 18:51:53 +0000 (18:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68509 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/webviewfilehandler.cpp

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