Update the status bar text INPUT: - str = New text to display on status bar PRE: - m_pStatBar
| 326 | // - m_pStatBar |
| 327 | // |
| 328 | void CimgDecode::SetStatusText(CString str) |
| 329 | { |
| 330 | // Make sure that we have been connected to the status |
| 331 | // bar of the main window first! Note that it is jpegsnoopDoc |
| 332 | // that sets this variable. |
| 333 | if (m_pStatBar) { |
| 334 | m_pStatBar->SetPaneText(0,str); |
| 335 | } |
| 336 | } |
| 337 | |
| 338 | // Clears the DQT entries |
| 339 | // POST: |