summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.h
diff options
context:
space:
mode:
authormaxim_productengine <mnikolenko@productengine.com>2018-01-30 17:45:04 +0200
committermaxim_productengine <mnikolenko@productengine.com>2018-01-30 17:45:04 +0200
commit22050467f5ec42b30e98d7bd59dd0ca617b259e4 (patch)
treeb2a0ed35a9a4358f52b9663a73d9e687bc9ee586 /indra/newview/llappviewer.h
parent6e445e82e2a1c1559be5193cd2c131c5f1207f55 (diff)
MAINT-8180 Add the way to get default string despite of current localiztion
Diffstat (limited to 'indra/newview/llappviewer.h')
-rw-r--r--indra/newview/llappviewer.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llappviewer.h b/indra/newview/llappviewer.h
index e5a8883725..e607b4a994 100644
--- a/indra/newview/llappviewer.h
+++ b/indra/newview/llappviewer.h
@@ -99,8 +99,7 @@ public:
void setServerReleaseNotesURL(const std::string& url) { mServerReleaseNotesURL = url; }
LLSD getViewerInfo() const;
- std::string getViewerInfoString() const;
- std::string getShortViewerInfoString() const;
+ std::string getViewerInfoString(bool default_string = false) const;
// Report true if under the control of a debugger. A null-op default.
virtual bool beingDebugged() { return false; }