aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llstatusbar.h
diff options
context:
space:
mode:
authorMcCabe Maxsted2010-07-30 17:08:24 -0700
committerMcCabe Maxsted2010-07-30 17:08:24 -0700
commitc5b42b7e783743203d08cc69ac922431cfd58e4d (patch)
tree3125fd9590c3400d87481188aaab50de4b71650b /linden/indra/newview/llstatusbar.h
parentDon't play typing anim when using a default channel other than 0 (diff)
downloadmeta-impy-c5b42b7e783743203d08cc69ac922431cfd58e4d.zip
meta-impy-c5b42b7e783743203d08cc69ac922431cfd58e4d.tar.gz
meta-impy-c5b42b7e783743203d08cc69ac922431cfd58e4d.tar.bz2
meta-impy-c5b42b7e783743203d08cc69ac922431cfd58e4d.tar.xz
Added option in Preferences > General for setting the default time to 12 hour/24 hour/UTC. Side effects: moved crash logger settings to advanced prefs, fixed french date translations, past/future dates and times still need to be correctly formatted
Diffstat (limited to 'linden/indra/newview/llstatusbar.h')
-rw-r--r--linden/indra/newview/llstatusbar.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/linden/indra/newview/llstatusbar.h b/linden/indra/newview/llstatusbar.h
index 8e71f75..92be319 100644
--- a/linden/indra/newview/llstatusbar.h
+++ b/linden/indra/newview/llstatusbar.h
@@ -47,6 +47,7 @@ class LLUICtrl;
47class LLUUID; 47class LLUUID;
48class LLFrameTimer; 48class LLFrameTimer;
49class LLStatGraph; 49class LLStatGraph;
50class ViewerTime;
50 51
51// used by LCD screen 52// used by LCD screen
52class LLRegionDetails 53class LLRegionDetails
@@ -122,9 +123,6 @@ public:
122 LLRegionDetails mRegionDetails; 123 LLRegionDetails mRegionDetails;
123 124
124private: 125private:
125 // simple method to setup the part that holds the date
126 void setupDate();
127
128 static void onCommitSearch(LLUICtrl*, void* data); 126 static void onCommitSearch(LLUICtrl*, void* data);
129 static void onClickSearch(void* data); 127 static void onClickSearch(void* data);
130 static void onClickStatGraph(void* data); 128 static void onClickStatGraph(void* data);
@@ -147,10 +145,7 @@ private:
147 S32 mSquareMetersCommitted; 145 S32 mSquareMetersCommitted;
148 LLFrameTimer* mBalanceTimer; 146 LLFrameTimer* mBalanceTimer;
149 LLFrameTimer* mHealthTimer; 147 LLFrameTimer* mHealthTimer;
150 148 ViewerTime* mViewerTime;
151 static std::vector<std::string> sDays;
152 static std::vector<std::string> sMonths;
153 static const U32 MAX_DATE_STRING_LENGTH;
154}; 149};
155 150
156// *HACK: Status bar owns your cached money balance. JC 151// *HACK: Status bar owns your cached money balance. JC