pc++;
Title << wxT('&');
}
- else
+ else
Title << wxT('~');
}
// else if (*pc == wxT('/'))
return label;
}
-// accelerators
-// ------------
-
-#if wxUSE_ACCEL
-
-wxAcceleratorEntry *wxMenuItem::GetAccel() const
-{
- return wxGetAccelFromString(GetText());
-}
-
-#endif // wxUSE_ACCEL
-
// change item state
// -----------------