Changeset 1745 for branches/eraser6/CodeReview/ShellExt/CtxMenu.cpp
- Timestamp:
- 2/3/2010 3:37:13 AM (2 years ago)
- Location:
- branches/eraser6/CodeReview
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ShellExt/CtxMenu.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/CodeReview
- Property svn:mergeinfo changed
/branches/eraser6/6.0 merged: 1721,1723,1730,1732,1734-1735,1737-1738,1740,1742 /trunk/eraser6 merged: 1706-1743
- Property svn:mergeinfo changed
-
branches/eraser6/CodeReview/ShellExt/CtxMenu.cpp
r1681 r1745 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.
