aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llstatusbar.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:01 -0500
committerJacek Antonelli2008-08-15 23:45:01 -0500
commit28d8d4e7664bcd6c8369cc18832e42096af7cad2 (patch)
tree069020fe66339aff2ca4176370ff743b14713f2d /linden/indra/newview/llstatusbar.h
parentSecond Life viewer sources 1.17.2.0 (diff)
downloadmeta-impy-28d8d4e7664bcd6c8369cc18832e42096af7cad2.zip
meta-impy-28d8d4e7664bcd6c8369cc18832e42096af7cad2.tar.gz
meta-impy-28d8d4e7664bcd6c8369cc18832e42096af7cad2.tar.bz2
meta-impy-28d8d4e7664bcd6c8369cc18832e42096af7cad2.tar.xz
Second Life viewer sources 1.17.3.0
Diffstat (limited to 'linden/indra/newview/llstatusbar.h')
-rw-r--r--linden/indra/newview/llstatusbar.h7
1 files changed, 7 insertions, 0 deletions
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:
93 static void onClickScripts(void*); 93 static void onClickScripts(void*);
94 static void onClickBuyLand(void*); 94 static void onClickBuyLand(void*);
95 static void onClickScriptDebug(void*); 95 static void onClickScriptDebug(void*);
96
97 // simple method to setup the part that holds the date
98 void setupDate();
96 99
97protected: 100protected:
98 LLTextBox *mTextBalance; 101 LLTextBox *mTextBalance;
@@ -121,6 +124,10 @@ protected:
121 S32 mSquareMetersCommitted; 124 S32 mSquareMetersCommitted;
122 LLFrameTimer* mBalanceTimer; 125 LLFrameTimer* mBalanceTimer;
123 LLFrameTimer* mHealthTimer; 126 LLFrameTimer* mHealthTimer;
127
128 static std::vector<std::string> sDays;
129 static std::vector<std::string> sMonths;
130 static const U32 LLStatusBar::MAX_DATE_STRING_LENGTH;
124}; 131};
125 132
126// *HACK: Status bar owns your cached money balance. JC 133// *HACK: Status bar owns your cached money balance. JC