From 28d8d4e7664bcd6c8369cc18832e42096af7cad2 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Fri, 15 Aug 2008 23:45:01 -0500 Subject: Second Life viewer sources 1.17.3.0 --- linden/indra/newview/llstatusbar.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'linden/indra/newview/llstatusbar.h') diff --git a/linden/indra/newview/llstatusbar.h b/linden/indra/newview/llstatusbar.h index a072cd9..e08066b 100644 --- a/linden/indra/newview/llstatusbar.h +++ b/linden/indra/newview/llstatusbar.h @@ -93,6 +93,9 @@ protected: static void onClickScripts(void*); static void onClickBuyLand(void*); static void onClickScriptDebug(void*); + + // simple method to setup the part that holds the date + void setupDate(); protected: LLTextBox *mTextBalance; @@ -121,6 +124,10 @@ protected: S32 mSquareMetersCommitted; LLFrameTimer* mBalanceTimer; LLFrameTimer* mHealthTimer; + + static std::vector sDays; + static std::vector sMonths; + static const U32 LLStatusBar::MAX_DATE_STRING_LENGTH; }; // *HACK: Status bar owns your cached money balance. JC -- cgit v1.1