winhelp: Do not confuse caller application with bogus error when we really succeeded.
This commit is contained in:
parent
42677e25f7
commit
56ab4a20e0
|
@ -445,7 +445,8 @@ static LRESULT WINHELP_HandleCommand(HWND hSrcWnd, LPARAM lParam)
|
|||
break;
|
||||
}
|
||||
}
|
||||
return 0L;
|
||||
/* Always return success for now */
|
||||
return 1;
|
||||
}
|
||||
|
||||
/******************************************************************
|
||||
|
|
Loading…
Reference in New Issue