Michael Stefaniuc : wrc: Remove a wrong comment.
Module: wine Branch: master Commit: e697a639e0dce4652d2d7013bb393bd85dee0ad2 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e697a639e0dce4652d2d7013bb... Author: Michael Stefaniuc <mstefani(a)redhat.de> Date: Tue Jan 17 10:14:45 2017 +0100 wrc: Remove a wrong comment. Signed-off-by: Michael Stefaniuc <mstefani(a)redhat.de> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- tools/wrc/genres.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/wrc/genres.c b/tools/wrc/genres.c index 5b7e24c..8c2f280 100644 --- a/tools/wrc/genres.c +++ b/tools/wrc/genres.c @@ -876,7 +876,7 @@ static void menuexitem2res(res_t *res, menu_item_t *menitem, const language_t *l { put_dword(res, itm->gottype ? itm->type : 0); put_dword(res, itm->gotstate ? itm->state : 0); - put_dword(res, itm->gotid ? itm->id : 0); /* FIXME: Docu. says word */ + put_dword(res, itm->gotid ? itm->id : 0); put_word(res, (itm->popup ? 0x01 : 0) | (!itm->next ? MF_END : 0)); if(itm->name) put_string(res, itm->name, str_unicode, TRUE, lang);
participants (1)
-
Alexandre Julliard