From 3c15a1512831cf8da04367391bbe87bb9c32a0c7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Fri, 16 Jun 2006 09:31:12 +0000 Subject: [PATCH] Header correction. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39763 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msdos/mimetype.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/wx/msdos/mimetype.h b/include/wx/msdos/mimetype.h index fd8123844f..9b08462139 100644 --- a/include/wx/msdos/mimetype.h +++ b/include/wx/msdos/mimetype.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: wx/mac/mimetype.h +// Name: wx/msdos/mimetype.h // Purpose: classes and functions to manage MIME types // Author: Vadim Zeitlin // Modified by: @@ -20,7 +20,7 @@ class wxMimeTypesManagerImpl { public : wxMimeTypesManagerImpl() { } - + // load all data into memory - done when it is needed for the first time void Initialize(int mailcapStyles = wxMAILCAP_STANDARD, const wxString& extraDir = wxEmptyString); @@ -62,7 +62,7 @@ public: // index 1 the type / * match // if built with GetFileTypeFromExtension, index 0 has the mimetype for // the first extension found, index 1 for the second and so on - + void Init(wxMimeTypesManagerImpl *manager, size_t index) { m_manager = manager; m_index.Add(index); } @@ -103,7 +103,7 @@ public: private: // helper function bool GetCommand(wxString *command, const char *verb) const; - + wxMimeTypesManagerImpl *m_manager; wxArrayInt m_index; // in the wxMimeTypesManagerImpl arrays wxString m_strFileType, m_ext; -- 2.50.0