diff options
author | McCabe Maxsted | 2010-07-30 17:08:24 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-07-30 17:08:24 -0700 |
commit | c5b42b7e783743203d08cc69ac922431cfd58e4d (patch) | |
tree | 3125fd9590c3400d87481188aaab50de4b71650b /linden/indra/newview/llstatusbar.h | |
parent | Don't play typing anim when using a default channel other than 0 (diff) | |
download | meta-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.h | 9 |
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; | |||
47 | class LLUUID; | 47 | class LLUUID; |
48 | class LLFrameTimer; | 48 | class LLFrameTimer; |
49 | class LLStatGraph; | 49 | class LLStatGraph; |
50 | class ViewerTime; | ||
50 | 51 | ||
51 | // used by LCD screen | 52 | // used by LCD screen |
52 | class LLRegionDetails | 53 | class LLRegionDetails |
@@ -122,9 +123,6 @@ public: | |||
122 | LLRegionDetails mRegionDetails; | 123 | LLRegionDetails mRegionDetails; |
123 | 124 | ||
124 | private: | 125 | private: |
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 |