summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.h
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2017-08-10 17:52:29 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2017-08-10 17:52:29 +0300
commit4cd7e3e2f1c5cb278c6c4dfa22ed3f00c5cdcbc8 (patch)
tree3f02e129aaa084171fad49fdca4e4b870f17730f /indra/newview/llappviewer.h
parent654aead8a1014d095331986a32690920b6d8464a (diff)
MAINT-7596 FIXED System information is truncated in JIRA issues filed through "Report bug" viewer option
Diffstat (limited to 'indra/newview/llappviewer.h')
-rw-r--r--indra/newview/llappviewer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.h b/indra/newview/llappviewer.h
index 9656deb4e1..c36d8cd9fd 100644
--- a/indra/newview/llappviewer.h
+++ b/indra/newview/llappviewer.h
@@ -103,6 +103,7 @@ public:
void setServerReleaseNotesURL(const std::string& url) { mServerReleaseNotesURL = url; }
LLSD getViewerInfo() const;
std::string getViewerInfoString() const;
+ std::string getShortViewerInfoString() const;
// Report true if under the control of a debugger. A null-op default.
virtual bool beingDebugged() { return false; }