winhelp: Do not confuse caller application with bogus error when we really succeeded.

This commit is contained in:
Kirill K. Smirnov 2007-12-05 00:39:04 +03:00 committed by Alexandre Julliard
parent 42677e25f7
commit 56ab4a20e0
1 changed files with 2 additions and 1 deletions

View File

@ -445,7 +445,8 @@ static LRESULT WINHELP_HandleCommand(HWND hSrcWnd, LPARAM lParam)
break;
}
}
return 0L;
/* Always return success for now */
return 1;
}
/******************************************************************