diff --git a/reactos/dll/win32/shell32/she_ocmenu.c b/reactos/dll/win32/shell32/she_ocmenu.c index 50234e1eb74..6c062a2880f 100644 --- a/reactos/dll/win32/shell32/she_ocmenu.c +++ b/reactos/dll/win32/shell32/she_ocmenu.c @@ -1,7 +1,7 @@ /* - * IContextMenu for items in the shellview + * Open With Context Menu extension * - * Copyright 1998, 2000 Juergen Schmied + * Copyright 2007 Johannes Anderwald * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -161,7 +161,7 @@ AddItems(SHEOWImpl *This, HMENU hMenu, UINT idCmdFirst) wcscpy(szBuffer, szChoose); } - mii.dwItemData = (LPWSTR)szBuffer; + mii.dwTypeData = (LPWSTR)szBuffer; if (InsertMenuItemW(hMenu, 0, TRUE, &mii)) count++;