- item1->Append( ID_ABOUT, "About...\tF1", "" );
- item1->Append( ID_TEST, "Test...\tF2", "" );
- item1->Append( ID_QUIT, "Quit\tCtrl-Q", "" );
- item0->Append( item1, "File" );
+ item1->Append( ID_ABOUT, _T("About...\tF1"), wxEmptyString );
+ item1->Append( ID_TEST, _T("Test...\tF2"), wxEmptyString );
+ item1->Append( ID_QUIT, _T("Quit\tCtrl-Q"), wxEmptyString );
+ item0->Append( item1, _T("File") );