diff options
author | Oz Linden <oz@lindenlab.com> | 2016-02-04 23:32:42 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2016-02-04 23:32:42 -0500 |
commit | b46627ffc4f9dd72d252121768da8cd91f185f63 (patch) | |
tree | b0855270b0d7b469c3200abee4476e2349d309fd /indra/newview/llversioninfo.h | |
parent | bc22e587439a2822e5228508e7a4a1e2ec0121c5 (diff) |
add build configuration to the About box if it is not Release
remove some superfluous other information from About
Diffstat (limited to 'indra/newview/llversioninfo.h')
-rw-r--r-- | indra/newview/llversioninfo.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llversioninfo.h b/indra/newview/llversioninfo.h index 4e75535ec5..ec599c0cda 100644 --- a/indra/newview/llversioninfo.h +++ b/indra/newview/llversioninfo.h @@ -66,6 +66,9 @@ public: /// return the channel name, e.g. "Second Life" static const std::string &getChannel(); + /// return the CMake build type + static const std::string &getBuildConfig(); + /// reset the channel name used by the viewer. static void resetChannel(const std::string& channel); |