mirror of
https://github.com/reactos/reactos.git
synced 2025-05-15 07:17:23 +00:00
- fix a bug
svn path=/trunk/; revision=29923
This commit is contained in:
parent
190123f1ee
commit
2d59682aa4
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* IContextMenu for items in the shellview
|
* Open With Context Menu extension
|
||||||
*
|
*
|
||||||
* Copyright 1998, 2000 Juergen Schmied <juergen.schmied@debitel.net>
|
* Copyright 2007 Johannes Anderwald <janderwald@reactos.org>
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* 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);
|
wcscpy(szBuffer, szChoose);
|
||||||
}
|
}
|
||||||
|
|
||||||
mii.dwItemData = (LPWSTR)szBuffer;
|
mii.dwTypeData = (LPWSTR)szBuffer;
|
||||||
if (InsertMenuItemW(hMenu, 0, TRUE, &mii))
|
if (InsertMenuItemW(hMenu, 0, TRUE, &mii))
|
||||||
count++;
|
count++;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue