correct typo in SetAltExtensions() method (re-closes #10570)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59601 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -108,7 +108,7 @@ public:
|
|||||||
|
|
||||||
void SetName(const wxString& name) { m_name = name; }
|
void SetName(const wxString& name) { m_name = name; }
|
||||||
void SetExtension(const wxString& ext) { m_extension = ext; }
|
void SetExtension(const wxString& ext) { m_extension = ext; }
|
||||||
void SetAlExtensions(const wxArrayString& exts) { m_altExtensions = exts; }
|
void SetAltExtensions(const wxArrayString& exts) { m_altExtensions = exts; }
|
||||||
void SetType(wxBitmapType type) { m_type = type; }
|
void SetType(wxBitmapType type) { m_type = type; }
|
||||||
void SetMimeType(const wxString& type) { m_mime = type; }
|
void SetMimeType(const wxString& type) { m_mime = type; }
|
||||||
const wxString& GetName() const { return m_name; }
|
const wxString& GetName() const { return m_name; }
|
||||||
|
Reference in New Issue
Block a user