X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/af49c4b8a2d3553e733e71c7dd3911881f4c1a2a..e433504316adbf73756f7f5e2e79564b1659ab98:/include/wx/mac/pnghand.h?ds=sidebyside diff --git a/include/wx/mac/pnghand.h b/include/wx/mac/pnghand.h index 426b0c4483..e75688c75e 100644 --- a/include/wx/mac/pnghand.h +++ b/include/wx/mac/pnghand.h @@ -5,8 +5,8 @@ // Modified by: // Created: 04/01/98 // RCS-ID: $Id$ -// Copyright: (c) Microsoft, Julian Smart -// Licence: wxWindows licence +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #if defined(__GNUG__) && !defined(__APPLE__) @@ -22,9 +22,9 @@ class WXDLLEXPORT wxPNGFileHandler: public wxBitmapHandler public: inline wxPNGFileHandler(void) { - m_name = "PNG bitmap file"; - m_extension = "bmp"; - m_type = wxBITMAP_TYPE_PNG; + m_name = wxT("PNG bitmap file"); + m_extension = wxT("bmp"); + m_type = wxBITMAP_TYPE_PNG; }; virtual bool LoadFile(wxBitmap *bitmap, const wxString& name, long flags,