Update the status bar with a message
| 5559 | |
| 5560 | // Update the status bar with a message |
| 5561 | void CjfifDecode::SetStatusText(CString strText) |
| 5562 | { |
| 5563 | // Make sure that we have been connected to the status |
| 5564 | // bar of the main window first! Note that it is jpegsnoopDoc |
| 5565 | // that sets this variable. |
| 5566 | if (m_pStatBar) { |
| 5567 | m_pStatBar->SetPaneText(0,strText); |
| 5568 | } |
| 5569 | } |
| 5570 | |
| 5571 | // Generate a special output form of the current image's |
| 5572 | // compression signature and other characteristics. This is only |
nothing calls this directly
no outgoing calls
no test coverage detected