From b2200f06dacfde4fe62a8f7f252e941c65d71c72 Mon Sep 17 00:00:00 2001 From: Oz Linden Date: Wed, 22 Apr 2015 16:06:48 -0400 Subject: MAINT-5147: correct menu colors for test viewers --- indra/newview/llversioninfo.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'indra/newview/llversioninfo.h') diff --git a/indra/newview/llversioninfo.h b/indra/newview/llversioninfo.h index 077105cae8..4e75535ec5 100755 --- a/indra/newview/llversioninfo.h +++ b/indra/newview/llversioninfo.h @@ -68,6 +68,15 @@ public: /// reset the channel name used by the viewer. static void resetChannel(const std::string& channel); + + typedef enum + { + TEST_VIEWER, + PROJECT_VIEWER, + BETA_VIEWER, + RELEASE_VIEWER + } ViewerMaturity; + static ViewerMaturity getViewerMaturity(); }; #endif -- cgit v1.2.3