diff options
Diffstat (limited to 'indra/newview/llappviewermacosx.cpp')
-rw-r--r-- | indra/newview/llappviewermacosx.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewermacosx.cpp b/indra/newview/llappviewermacosx.cpp index a6d93e5652..4d0b96ba73 100644 --- a/indra/newview/llappviewermacosx.cpp +++ b/indra/newview/llappviewermacosx.cpp @@ -202,7 +202,7 @@ void LLAppViewerMacOSX::handleCrashReporting() { // Macintosh std::string command_str; - command_str += "open crashreporter.app"; + command_str += "open mac-crash-logger.app"; clear_signals(); llinfos << "Launching crash reporter using: '" << command_str << "'" << llendl; |