summaryrefslogtreecommitdiffhomepage
path: root/facetracknoir/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'facetracknoir/main.cpp')
-rw-r--r--facetracknoir/main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/facetracknoir/main.cpp b/facetracknoir/main.cpp
index 5ba7e3b2..8cc97a38 100644
--- a/facetracknoir/main.cpp
+++ b/facetracknoir/main.cpp
@@ -44,7 +44,8 @@ bool dumpCallback(const wchar_t* dump_path,
MessageBoxA(GetDesktopWindow(),
"Generating crash dump!\r\n"
"Please send the .dmp file to <sthalik@misaki.pl> to help us improve the code.",
- "opentrack crashed :(");
+ "opentrack crashed :(",
+ MB_OK | MB_ICONERROR);
return succeeded;
}