Changeset 2225 for branches/eraser6/6.0
- Timestamp:
- 8/4/2010 12:17:00 AM (22 months ago)
- File:
-
- 1 edited
-
branches/eraser6/6.0/ShellExt/CtxMenu.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/6.0/ShellExt/CtxMenu.cpp
r2215 r2225 259 259 return MAKE_HRESULT(SEVERITY_SUCCESS, FACILITY_NULL, 0); 260 260 261 //If the flags include CMF_VERBSONLY then we shouldn't do anything as we do not 262 //want to operate on the target of a shortcut implicitly. 263 if (uFlags & CMF_VERBSONLY) 264 return MAKE_HRESULT(SEVERITY_SUCCESS, FACILITY_NULL, 0); 265 261 266 //First, create and populate a submenu. 262 267 UINT uID = uidFirstCmd;
Note: See TracChangeset
for help on using the changeset viewer.
