Changeset 1820
- Timestamp:
- 2/12/2010 1:53:35 AM (2 years ago)
- File:
-
- 1 edited
-
trunk/eraser6/ShellExt/CtxMenu.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser6/ShellExt/CtxMenu.cpp
r1818 r1820 509 509 if (InvokeReason == INVOKEREASON_RECYCLEBIN) 510 510 { 511 commandLine += L" /recyclebin";511 commandLine += L"recyclebin"; 512 512 } 513 513 else … … 529 529 //Add the correct command line for the file type. 530 530 if (attributes & FILE_ATTRIBUTE_DIRECTORY) 531 commandLine += L"\" /dir=" + escapedItem + L"\" ";531 commandLine += L"\"dir=" + escapedItem + L"\" "; 532 532 else 533 commandLine += L"\" /file=" + escapedItem + L"\" ";533 commandLine += L"\"file=" + escapedItem + L"\" "; 534 534 } 535 535 } … … 551 551 { 552 552 std::wstring escapedItem(EscapeString(*i)); 553 commandLine += L"\" /unused=" + escapedItem + L",clusterTips\" ";553 commandLine += L"\"unused=" + escapedItem + L",clusterTips\" "; 554 554 } 555 555
Note: See TracChangeset
for help on using the changeset viewer.
