diff options
Diffstat (limited to 'linden/indra/newview/llfloaterreporter.cpp')
-rw-r--r-- | linden/indra/newview/llfloaterreporter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterreporter.cpp b/linden/indra/newview/llfloaterreporter.cpp index bd5438e..e59f52b 100644 --- a/linden/indra/newview/llfloaterreporter.cpp +++ b/linden/indra/newview/llfloaterreporter.cpp | |||
@@ -660,7 +660,7 @@ LLSD LLFloaterReporter::gatherReport() | |||
660 | mCopyrightWarningSeen = FALSE; | 660 | mCopyrightWarningSeen = FALSE; |
661 | 661 | ||
662 | std::ostringstream summary; | 662 | std::ostringstream summary; |
663 | if (!gInProductionGrid) | 663 | if (!LLAppViewer::instance()->isInProductionGrid()) |
664 | { | 664 | { |
665 | summary << "Preview "; | 665 | summary << "Preview "; |
666 | } | 666 | } |