the very last traces of wxTString removed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@296 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1998-07-17 21:13:13 +00:00
parent 11ed4f79aa
commit 3aadbb82d9
3 changed files with 5 additions and 5 deletions

View File

@@ -54,7 +54,7 @@
// -----------
wxMenuItem::wxMenuItem(wxMenu *pParentMenu, int id,
const wxTString& strName, const wxTString& strHelp,
const wxString& strName, const wxString& strHelp,
bool bCheckable,
wxMenu *pSubMenu) :
#if USE_OWNER_DRAWN