everything
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3108
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
char * wxFindAccelerator (const char *s)
{
+ // VZ: this function returns incorrect keysym which completely breaks kbd
+ // handling
+ return NULL;
+
// The accelerator text is after the \t char.
while (*s && *s != '\t')
s++;
XmString wxFindAcceleratorText (const char *s)
{
+ // VZ: this function returns incorrect keysym which completely breaks kbd
+ // handling
+ return NULL;
+
// The accelerator text is after the \t char.
while (*s && *s != '\t')
s++;