diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-06-30 10:33:48 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-06-30 10:33:48 +0000 |
commit | a7e944da437b4e8486100a0f52cc3b698b45f156 (patch) | |
tree | ba39bbc9ec071d5578b09b429828092ef8ca51b1 /plugins/CrashDumper/src/dumper.cpp | |
parent | 158139775cc093b639e48b014398e447624daa31 (diff) |
revert of previous commit
git-svn-id: http://svn.miranda-ng.org/main/trunk@9626 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CrashDumper/src/dumper.cpp')
-rw-r--r-- | plugins/CrashDumper/src/dumper.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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);
}
|