diff --git a/aegisub/src/main.cpp b/aegisub/src/main.cpp index e8bc638a7..28494b26c 100644 --- a/aegisub/src/main.cpp +++ b/aegisub/src/main.cpp @@ -325,7 +325,7 @@ static void UnhandledExeception(bool stackWalk) { if (!file.DirExists()) file.Mkdir(); // Save file - wxString filename = wxString::Format("%s/%s_%s.ass", file.GetPath(), wxDateTime::Now().Format("%Y-%m-%d-%H%M%S"), file.GetName()); + wxString filename = wxString::Format("%s/%s.%s.ass", file.GetPath(), file.GetName(), wxDateTime::Now().Format("%Y-%m-%d-%H-%M-%S")); AssFile::top->Save(filename,false,false); #if wxUSE_STACKWALKER == 1