Changeset 755
- Timestamp:
- 12/6/2008 10:33:34 AM (4 years ago)
- File:
-
- 1 edited
-
branches/eraser6/ShellExt/CtxMenu.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/ShellExt/CtxMenu.cpp
r742 r755 460 460 switch (VerbMenuIndices[LOWORD(pCmdInfo->lpVerb)]) 461 461 { 462 case ACTION_ERASE_ON_RESTART: 463 commandLine += L"-s=restart "; 464 462 465 case ACTION_ERASE: 463 466 { … … 469 472 if (InvokeReason == INVOKEREASON_RECYCLEBIN) 470 473 { 471 commandLine = L"-r";474 commandLine += L"-r"; 472 475 } 473 476 else
Note: See TracChangeset
for help on using the changeset viewer.
