From a7e944da437b4e8486100a0f52cc3b698b45f156 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Mon, 30 Jun 2014 10:33:48 +0000 Subject: revert of previous commit git-svn-id: http://svn.miranda-ng.org/main/trunk@9626 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/CrashDumper/src/dumper.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins') diff --git a/plugins/CrashDumper/src/dumper.cpp b/plugins/CrashDumper/src/dumper.cpp index aac4ecc9e1..e1ece5775f 100644 --- a/plugins/CrashDumper/src/dumper.cpp +++ b/plugins/CrashDumper/src/dumper.cpp @@ -36,8 +36,8 @@ void CreateMiniDump(HANDLE hDumpFile, PEXCEPTION_POINTERS exc_ptr) void WriteBBFile(CMString& buffer, bool hdr) { - static const TCHAR header[] = TEXT("[spoiler=VersionInfo][quote]"); - static const TCHAR footer[] = TEXT("[/quote][/spoiler]"); + static const TCHAR header[] = TEXT("[quote][size=1]"); + static const TCHAR footer[] = TEXT("[/size][/quote]"); buffer.Append(hdr ? header : footer); } -- cgit v1.2.3