From 158139775cc093b639e48b014398e447624daa31 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Mon, 30 Jun 2014 10:05:37 +0000 Subject: More forum friendly BB-codes git-svn-id: http://svn.miranda-ng.org/main/trunk@9625 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/CrashDumper/src/dumper.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/CrashDumper') diff --git a/plugins/CrashDumper/src/dumper.cpp b/plugins/CrashDumper/src/dumper.cpp index e1ece5775f..aac4ecc9e1 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("[quote][size=1]"); - static const TCHAR footer[] = TEXT("[/size][/quote]"); + static const TCHAR header[] = TEXT("[spoiler=VersionInfo][quote]"); + static const TCHAR footer[] = TEXT("[/quote][/spoiler]"); buffer.Append(hdr ? header : footer); } -- cgit v1.2.3