X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c330a2cf9369d3ae2bdb3bd67e995517288b353d..81a4f8460c30608c44346322700c534c5bca4f13:/include/wx/motif/icon.h diff --git a/include/wx/motif/icon.h b/include/wx/motif/icon.h index 4231ec7e05..3ac1eb4450 100644 --- a/include/wx/motif/icon.h +++ b/include/wx/motif/icon.h @@ -50,11 +50,11 @@ public: // Initialize with XPM data wxIcon(char **data); - wxIcon(const wxString& name, long flags = wxBITMAP_TYPE_ICO_RESOURCE, + wxIcon(const wxString& name, long flags = wxBITMAP_TYPE_XPM, int desiredWidth = -1, int desiredHeight = -1); ~wxIcon(); - bool LoadFile(const wxString& name, long flags = wxBITMAP_TYPE_ICO_RESOURCE, + bool LoadFile(const wxString& name, long flags = wxBITMAP_TYPE_XPM, int desiredWidth = -1, int desiredHeight = -1); bool LoadFile(const wxString& name, long type = wxBITMAP_TYPE_XBM) { return wxBitmap::LoadFile(name, type); }