+ //
+ // Try translations first; find the youngest window with
+ // a translation table.
+ //
+#if 0
+ for (pWnd = pWndThis; pWnd; pWnd = pWnd->GetParent() )
+ {
+ if (pMsg->msg == WM_CHAR)
+ if (pWnd->OS2TranslateMessage(pWxmsg))
+ return TRUE;
+ }
+#endif