Rename wxSTREAM_FILEEXTENSION to wxSTREAM_FILEEXT.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42621 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Michael Wetherell
2006-10-29 16:47:20 +00:00
parent 64f8f94ca0
commit 489a164c1c
5 changed files with 20 additions and 22 deletions

View File

@@ -327,10 +327,10 @@ protected:
enum wxStreamProtocolType
{
wxSTREAM_PROTOCOL, // wxFileSystem protocol (should be only one)
wxSTREAM_MIMETYPE, // Mime types the stream handles
wxSTREAM_ENCODING, // The http Content-Encodings the stream handles
wxSTREAM_FILEEXTENSION // File extensions the stream handles
wxSTREAM_PROTOCOL, // wxFileSystem protocol (should be only one)
wxSTREAM_MIMETYPE, // MIME types the stream handles
wxSTREAM_ENCODING, // The HTTP Content-Encodings the stream handles
wxSTREAM_FILEEXT // File extensions the stream handles
};
void WXDLLIMPEXP_BASE wxUseFilterClasses();