Rename stack.txt to crashlog.txt

Originally committed to SVN as r1438.
This commit is contained in:
Niels Martin Hansen 2007-07-23 21:46:56 +00:00
parent ab58aeac99
commit 55f64cf6a4
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ void StackWalker::OnStackFrame(const wxStackFrame &frame) {
}
StackWalker::StackWalker() {
file.open(wxString(StandardPaths::DecodePath(_T("?user/stack.txt"))).mb_str(),std::ios::out | std::ios::app);
file.open(wxString(StandardPaths::DecodePath(_T("?user/crashlog.txt"))).mb_str(),std::ios::out | std::ios::app);
if (file.is_open()) {
file << std::endl << "Begining stack dump:\n";
}