}
default:
- wxFAIL_MSG( _T("unknown font type") );
+ wxFAIL_MSG( "unknown font type" );
return wxNullFont;
}
}
#endif
default:
- wxFAIL_MSG( _T("unsupported metric") );
+ wxFAIL_MSG( "unsupported metric" );
return -1;
}
}
return false;
default:
- wxFAIL_MSG( _T("unknown feature") );
+ wxFAIL_MSG( "unknown feature" );
return false;
}
}