diff options
| author | TanninOne <seppleviathan@gmx.de> | 2016-12-12 19:58:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-12 19:58:29 +0100 |
| commit | a3671a5557bbcc11a346bd89027ddc7710eb3104 (patch) | |
| tree | 2805ecfc0e1794bc50a4f9603fa0f625a483e6d0 /src/main.cpp | |
| parent | 5ae681e6d554f4d3b68f13597fad4383e6c54691 (diff) | |
| parent | afa0cb94461ce5a4f9e63af6aaee42105b66a898 (diff) | |
Merge pull request #1031 from LePresidente/new_vfs_library
New vfs library
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 16b6b80f..d14641a4 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -149,7 +149,7 @@ static LONG WINAPI MyUnhandledExceptionFilter(struct _EXCEPTION_POINTERS *except if (QMessageBox::question(nullptr, QObject::tr("Woops"),
QObject::tr("ModOrganizer has crashed! "
"Should a diagnostic file be created? "
- "If you send me this file (%1) to sherb@gmx.net, "
+ "If you send me this file (%1) to modorganizer@gmail.com, "
"the bug is a lot more likely to be fixed. "
"Please include a short description of what you were "
"doing when the crash happened"
|
