Unicode compilation fixes (patch 747793)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22309 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2003-07-26 23:29:27 +00:00
parent 404d46099c
commit 003b8322f3
2 changed files with 3 additions and 2 deletions

View File

@ -114,7 +114,8 @@ public:
// 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();

View File

@ -311,7 +311,7 @@ void wxFrameManager::AddView( wxFrameView* pFrmView )
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()