diff options
Diffstat (limited to 'linden/indra/newview/llstatusbar.cpp')
-rw-r--r-- | linden/indra/newview/llstatusbar.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llstatusbar.cpp b/linden/indra/newview/llstatusbar.cpp index 8c50eca..856943d 100644 --- a/linden/indra/newview/llstatusbar.cpp +++ b/linden/indra/newview/llstatusbar.cpp | |||
@@ -78,7 +78,7 @@ | |||
78 | 78 | ||
79 | #include "lltoolmgr.h" | 79 | #include "lltoolmgr.h" |
80 | #include "llfocusmgr.h" | 80 | #include "llfocusmgr.h" |
81 | #include "viewer.h" | 81 | #include "llappviewer.h" |
82 | 82 | ||
83 | //#include "llfirstuse.h" | 83 | //#include "llfirstuse.h" |
84 | 84 | ||
@@ -256,7 +256,7 @@ void LLStatusBar::refresh() | |||
256 | << std::setfill('0') << std::setw(2) << internal_time->tm_mday << " " | 256 | << std::setfill('0') << std::setw(2) << internal_time->tm_mday << " " |
257 | << sMonths[internal_time->tm_mon] << " " | 257 | << sMonths[internal_time->tm_mon] << " " |
258 | << internal_time->tm_year + 1900; | 258 | << internal_time->tm_year + 1900; |
259 | mTextTime->setToolTip(date.str().c_str()); | 259 | mTextTime->setToolTip(date.str()); |
260 | 260 | ||
261 | LLRect r; | 261 | LLRect r; |
262 | const S32 MENU_RIGHT = gMenuBarView->getRightmostMenuEdge(); | 262 | const S32 MENU_RIGHT = gMenuBarView->getRightmostMenuEdge(); |