| 650 | } |
| 651 | |
| 652 | BOOL CMainFrame::SetPaneText(int index, PCWSTR text) { |
| 653 | return m_StatusBar.SetText(index, text); |
| 654 | } |
| 655 | |
| 656 | BOOL CMainFrame::SetPaneIcon(int index, HICON hIcon) { |
| 657 | return m_StatusBar.SetIcon(index, hIcon); |
no test coverage detected