diff options
author | callum <none@none> | 2011-06-06 17:12:17 -0700 |
---|---|---|
committer | callum <none@none> | 2011-06-06 17:12:17 -0700 |
commit | cf31723a1a258e0452dd26d9f5eb5fcdac290e05 (patch) | |
tree | a633a7459bd68351bbc9e015a98a50f363dd2529 /indra/newview/llviewerwindow.h | |
parent | 926a9dcb58106650e8efda7a8a32b58bb6fcbd9e (diff) |
EXP-844 INITIAL CHECKIN - FUNCTION DISABLED - As a first time user I would like to see a video after I log in that highlights the best features of Second Life
Diffstat (limited to 'indra/newview/llviewerwindow.h')
-rw-r--r-- | indra/newview/llviewerwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerwindow.h b/indra/newview/llviewerwindow.h index df6928aa1d..ff49ed1f62 100644 --- a/indra/newview/llviewerwindow.h +++ b/indra/newview/llviewerwindow.h @@ -271,6 +271,7 @@ public: void setProgressMessage(const std::string& msg); void setProgressCancelButtonVisible( BOOL b, const std::string& label = LLStringUtil::null ); LLProgressView *getProgressView() const; + void revealIntroPanel(); void updateObjectUnderCursor(); |