diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-10-23 19:48:06 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-10-23 19:48:06 +0200 |
commit | 18e2eb1ad59db93f575bf9199d9f361c05161e70 (patch) | |
tree | 97310231baa38b7652bd51df8fb525444a9a1dc1 /facetracknoir/main.cpp | |
parent | 82d38a7ed6f1238909c6a493b002a9d4cafe548d (diff) |
integrate Git version in the titlebar
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
Diffstat (limited to 'facetracknoir/main.cpp')
-rw-r--r-- | facetracknoir/main.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/facetracknoir/main.cpp b/facetracknoir/main.cpp index 0c8e5c11..5ba7e3b2 100644 --- a/facetracknoir/main.cpp +++ b/facetracknoir/main.cpp @@ -41,6 +41,10 @@ bool dumpCallback(const wchar_t* dump_path, MDRawAssertionInfo* assertion, bool succeeded) { + MessageBoxA(GetDesktopWindow(), + "Generating crash dump!\r\n" + "Please send the .dmp file to <sthalik@misaki.pl> to help us improve the code.", + "opentrack crashed :("); return succeeded; } |