From 909c6c805088a5ac3d6708b9ed9d7426b838f0f9 Mon Sep 17 00:00:00 2001 From: Laurent Ganier Date: Sat, 17 Apr 2004 08:45:28 +0000 Subject: [PATCH] PATCH: [ 936524 ] Cannot compare/Cancel,Retry,Continue --- Src/DirView.cpp | 2 +- Src/readme.txt | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Src/DirView.cpp b/Src/DirView.cpp index a64e81cb3..6449ad3a7 100644 --- a/Src/DirView.cpp +++ b/Src/DirView.cpp @@ -806,7 +806,7 @@ void CDirView::OpenSelection(PackingInfo * infoUnpacker /*= NULL*/) } else if (di.isSideLeft() || di.isSideRight()) - AfxMessageBox(IDS_FILEUNIQUE, MB_ICONINFORMATION | IDS_FILEISDIR); + AfxMessageBox(IDS_FILEUNIQUE, MB_ICONINFORMATION); else if (di.isBin()) AfxMessageBox(IDS_FILEBINARY, MB_ICONSTOP); else diff --git a/Src/readme.txt b/Src/readme.txt index f79c419da..1ebde5209 100644 --- a/Src/readme.txt +++ b/Src/readme.txt @@ -1,3 +1,7 @@ +2004-04-17 Laoran + BUG: [ 936524 ] Cannot compare/Cancel,Retry,Continue + Src: DirView.cpp + 2004-04-17 Kimmo Fix for unicode build after patch #935048 -- add _T() around string Src: DirView.cpp -- 2.11.0