X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=base%2Fapplications%2Fregedit%2Fchildwnd.c;h=378d2e7e8babb6df80b921ab738354f5c9f5759e;hp=fcf5db21a03a5351547644fab7486a6b85444e09;hb=b726d7355f0aa394852fa8c56e59cfc9bbc4293c;hpb=9ab4e6808d239977bcba0066e3ca3a64bec5d64b diff --git a/base/applications/regedit/childwnd.c b/base/applications/regedit/childwnd.c index fcf5db21a03..378d2e7e8ba 100644 --- a/base/applications/regedit/childwnd.c +++ b/base/applications/regedit/childwnd.c @@ -367,7 +367,8 @@ LRESULT CALLBACK ChildWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lPa { PostMessage(g_pChildWnd->hAddressBarWnd, WM_KEYUP, VK_RETURN, 0); } - else if (!_CmdWndProc(hWnd, message, wParam, lParam)) + + if (!_CmdWndProc(hWnd, message, wParam, lParam)) { goto def; }