git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45289
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
//
// Deal with the tab, extracting the Accel text
//
//
// Deal with the tab, extracting the Accel text
//
- nIndex = sFullString.Find(sTgt.c_str());
+ nIndex = sFullString.Find(sTgt);
if (nIndex != -1)
{
bFoundAccel = true;
if (nIndex != -1)
{
bFoundAccel = true;
// Deal with the mnemonic character
//
sTgt = wxT("~");
// Deal with the mnemonic character
//
sTgt = wxT("~");
- nIndex = sFullString.Find(sTgt.c_str());
+ nIndex = sFullString.Find(sTgt);
if (nIndex != -1)
{
wxString sTmp = sFullString;
if (nIndex != -1)
{
wxString sTmp = sFullString;
::GpiCharStringAt( rDC.GetHPS()
,&vPntStart
,sFullString.length()
::GpiCharStringAt( rDC.GetHPS()
,&vPntStart
,sFullString.length()
- ,(PCH)sFullString.c_str()
+ ,sFullString.char_str()
::GpiCharStringAt( rDC.GetHPS()
,&vPntStart
,sAccel.length()
::GpiCharStringAt( rDC.GetHPS()
,&vPntStart
,sAccel.length()