Changeset 1718
- Timestamp:
- 1/29/2010 12:35:31 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/eraser6/ShellExt/CtxMenu.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser6/ShellExt/CtxMenu.cpp
r1675 r1718 954 954 NULL, NULL, &startupInfo, &processInfo)) 955 955 { 956 //Why did we fail? Is it because we have too many files 956 957 if (GetLastError() == ERROR_FILENAME_EXCED_RANGE) 957 958 throw FormatString(LoadString(IDS_ERROR_TOO_MANY_FILES)); 959 960 //Or if elevation is required for this operation 961 else if (GetLastError() == ERROR_ELEVATION_REQUIRED) 962 return RunEraser(action, parameters, true, parent, show); 963 964 //Or otherwise? 958 965 else 959 966 throw FormatString(LoadString(IDS_ERROR_MISC), FormatError().c_str());
Note: See TracChangeset
for help on using the changeset viewer.
