// get the array of all extensions
const wxArrayString& GetExtensions() const;
- int GetExtensionsCount() const;
+ size_t GetExtensionsCount() const;
// get the icon info
const wxString& GetIconFile() const;
//---------------------------------------------------------------------------
-// See also wxPy_ReinitStockObjects in helpers.cpp
wxMimeTypesManager* const wxTheMimeTypesManager;
wxFileType *GetFileTypeFromMimeType(const wxString& mimeType);
// other operations: return True if there were no errors or False if there
- // were some unreckognized entries (the good entries are always read anyhow)
+ // were some unrecognized entries (the good entries are always read anyhow)
//
// read in additional file (the standard ones are read automatically)