Changeset 2017
- Timestamp:
- 5/2/2010 2:35:40 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/eraser/Eraser.Shell/CtxMenu.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser/Eraser.Shell/CtxMenu.cpp
r2016 r2017 501 501 if (InvokeReason == INVOKEREASON_RECYCLEBIN) 502 502 { 503 commandLine += L"/recycle bin";503 commandLine += L"/recycleBin"; 504 504 } 505 505 … … 848 848 } 849 849 } 850 850 MessageBox(NULL, finalParameters.c_str(), L"Test", MB_OK); 851 851 //If the process must be elevated we use ShellExecute with the runas verb 852 852 //to elevate the new process.
Note: See TracChangeset
for help on using the changeset viewer.
