git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22309
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// if file name is empty, views are are not saved/loaded
- virtual void Init( wxWindow* pMainFrame, const wxString& settingsFile = "" );
+ virtual void Init( wxWindow* pMainFrame,
+ const wxString& settingsFile = wxEmptyString );
// synonyms
wxFrame* GetParentFrame();
void wxFrameManager::RemoveView( wxFrameView* pFrmView )
{
// TBD::
- wxFAIL_MSG("wxFrameManager::RemoveView() has not been implemented yet.");
+ wxFAIL_MSG( _T("wxFrameManager::RemoveView() has not been implemented yet.") );
}
int wxFrameManager::GetActiveViewNo()