git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29400
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#include "wx/splitter.h"
#include "wx/textfile.h"
#include "wx/splitter.h"
#include "wx/textfile.h"
+#undef wxFontDialog
+#include "wx/mac/fontdlg.h"
+
// ----------------------------------------------------------------------------
// private classes
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// private classes
// ----------------------------------------------------------------------------
const wxString& encoding)
{
wxString text;
const wxString& encoding)
{
wxString text;
- text.Printf(wxT("Encoding %d: %s (available in facename '%s')\n"),
- ++m_n, encoding.c_str(), facename.c_str());
+ text.Printf(wxT("Encoding %u: %s (available in facename '%s')\n"),
+ (unsigned int) ++m_n, encoding.c_str(), facename.c_str());
m_text += text;
return true;
}
m_text += text;
return true;
}