diff options
author | Roxie Linden <roxie@lindenlab.com> | 2010-02-05 01:37:36 -0800 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2010-02-05 01:37:36 -0800 |
commit | b5f64f9a3f69990d584990b20957e5de9ed2d5b0 (patch) | |
tree | 13178e82f1e554c7de0fb1337f09f64696ffed0e /indra | |
parent | e65b6d96957fd92fdc8c5a42b1ad4b1a153552b3 (diff) |
Fix linux build
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llappviewerlinux.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewerlinux.cpp b/indra/newview/llappviewerlinux.cpp index d34bcb4a68..78b0f7ba83 100644 --- a/indra/newview/llappviewerlinux.cpp +++ b/indra/newview/llappviewerlinux.cpp @@ -604,7 +604,7 @@ void LLAppViewerLinux::handleCrashReporting(bool reportFreeze) {cmd.c_str(), ask_dialog, "-user", - (char*)LLViewerLogin::getInstance()->getGridLabel().c_str(), + (char*)LLGridManager::getInstance()->getGridLabel().c_str(), "-name", LLAppViewer::instance()->getSecondLifeTitle().c_str(), NULL}; |