# HG changeset patch # User vimboss # Date 1150997666 0 # Node ID f959cda54600f8d014cf3a3c69285c598985d828 # Parent 7bc38b35f1e87c1749f157ef91b6cab86bfd9561 updated for version 7.0-027 diff --git a/src/gui_w48.c b/src/gui_w48.c --- a/src/gui_w48.c +++ b/src/gui_w48.c @@ -1664,7 +1664,11 @@ process_message(void) /* request is handled in normal.c */ } if (msg.message == WM_USER) + { + MyTranslateMessage(&msg) + DispatchMessage(&msg); return; + } #endif #ifdef MSWIN_FIND_REPLACE diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -667,6 +667,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 27, +/**/ 26, /**/ 25,