| 166 | } |
| 167 | |
| 168 | void CUIDiaryWnd::LoadJournalTab() |
| 169 | { |
| 170 | m_UILeftWnd->AttachChild(m_SrcListWnd); |
| 171 | m_SrcListWnd->Show(true); |
| 172 | |
| 173 | m_UIRightWnd->AttachChild(m_DescrView); |
| 174 | m_DescrView->Show(true); |
| 175 | |
| 176 | UpdateJournal(); |
| 177 | g_pda_info_state &= ~pda_section::journal; |
| 178 | } |
| 179 | |
| 180 | void CUIDiaryWnd::UnloadNewsTab() |
| 181 | { |
nothing calls this directly
no test coverage detected