Changeset 52
- Timestamp:
- 10/13/2007 2:31:49 AM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 deleted
- 2 edited
-
EraserDll/FileLockResolver.cpp (modified) (2 diffs)
-
FileLockResolver.cpp (deleted)
-
FileLockResolver.h (deleted)
-
README.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/EraserDll/FileLockResolver.cpp
r46 r52 21 21 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 22 22 // 02111-1307, USA. 23 23 24 #include "stdafx.h" 24 25 #include "FileLockResolver.h" … … 129 130 if (IDYES == AfxGetMainWnd()->MessageBox(CString("The file ") + 130 131 szFileName + "\nis locked by another process. Do you want to Erase the file after " + 131 "you restart your computer?", "File Access Denied", MB_YESNO | MB_ICONQUESTION ))132 "you restart your computer?", "File Access Denied", MB_YESNO | MB_ICONQUESTION | MB_TASKMODAL)) 132 133 { 133 134 static PathHelper path(m_strLockFileList); -
trunk/README.txt
r46 r52 5 5 ---------------------------------------------------------------- 6 6 ---------------------------------------------------------------- 7 Eraser 5.85 Beta 2 (Oct 12th 2007)7 Eraser 5.85 Beta 3 (Oct 13th 2007) 8 8 ---------------------------------------------------------------- 9 9
Note: See TracChangeset
for help on using the changeset viewer.
