Changeset 1719 for branches/eraser6/6.0/ShellExt/CtxMenu.cpp
- Timestamp:
- 1/29/2010 12:40:49 AM (2 years ago)
- Location:
- branches/eraser6/6.0
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ShellExt/CtxMenu.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/6.0
- Property svn:mergeinfo changed
/trunk/eraser6 merged: 1712-1718
- Property svn:mergeinfo changed
-
branches/eraser6/6.0/ShellExt/CtxMenu.cpp
r1677 r1719 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.
