#endif // wxUSE_CONFIG
// ask the user
+#if wxUSE_FONTDLG
if ( interactive )
{
wxString title(m_titleDialog);
}
}
//else: we're in non-interactive mode
+#endif // wxUSE_FONTDLG
// now try the default mappings:
wxFontEncodingArray equiv = wxEncodingConverter::GetAllEquivalents(encoding);