summaryrefslogtreecommitdiff
path: root/attache/DebugTools.cpp
diff options
context:
space:
mode:
authorsje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2006-11-20 23:33:43 +0000
committersje <sje@4f64403b-2f21-0410-a795-97e2b3489a10>2006-11-20 23:33:43 +0000
commite5a21009fd3545e5410632536dc44dd54756a896 (patch)
treec3f34faa549740e118a2fcf035b9e41cee15ff18 /attache/DebugTools.cpp
parent8a6e300c15df14234e0ada45665d64aa55910b0c (diff)
remove privacy warning
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@50 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'attache/DebugTools.cpp')
-rw-r--r--attache/DebugTools.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/attache/DebugTools.cpp b/attache/DebugTools.cpp
index 19c680c..fe45003 100644
--- a/attache/DebugTools.cpp
+++ b/attache/DebugTools.cpp
@@ -492,9 +492,7 @@ LONG CreateMiniDump( EXCEPTION_POINTERS* pep ) {
TCHAR *stzBzipFilename = a2t(szBzipFilename);
TCHAR msg[1024];
- mir_sntprintf(msg, 1024, TranslateT("MiniDump crash dump created.\nCrash in module: %s\n\nUpload to miranda-im.org?"
- "\n\nPlease be aware that this data includes\na snapshot of the state of the Miranda\n"
- "program at the time of the crash.\nThis may include personal information."), szModuleFileName, stzBzipFilename);
+ mir_sntprintf(msg, 1024, TranslateT("MiniDump crash dump created.\nCrash in module: %s\n\nUpload to miranda-im.org?"), szModuleFileName, stzBzipFilename);
// upload?
if(options.upload && (!options.confirm_upload ||