git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33411
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
+ // requires wxUSE_UNIV_TEXTCTRL to be set to 0
+#if 0
wxFileName fname( dialog.GetPath() );
if ((fname.GetExt() == _T("cpp")) ||
(fname.GetExt() == _T("c")) ||
wxFileName fname( dialog.GetPath() );
if ((fname.GetExt() == _T("cpp")) ||
(fname.GetExt() == _T("c")) ||
{
m_text->SetLanguage( wxSOURCE_LANG_NONE );
}
{
m_text->SetLanguage( wxSOURCE_LANG_NONE );
}
#endif
m_filename = dialog.GetPath();
#endif
m_filename = dialog.GetPath();