| 184 | } |
| 185 | |
| 186 | void CUIDiaryWnd::LoadNewsTab() |
| 187 | { |
| 188 | m_UIRightWnd->AttachChild(m_UINewsWnd); |
| 189 | m_UINewsWnd->Show(true); |
| 190 | g_pda_info_state &= ~pda_section::news; |
| 191 | } |
| 192 | |
| 193 | void CUIDiaryWnd::OnSrcListItemClicked(CUIWindow* w, void* p) |
| 194 | { |
nothing calls this directly
no test coverage detected