* @brief Set current compare method name to statusbar * @param [in] nCompMethod compare method to show */
| 146 | * @param [in] nCompMethod compare method to show |
| 147 | */ |
| 148 | void CDirFrame::SetCompareMethodStatusDisplay(int nCompMethod) |
| 149 | { |
| 150 | m_wndStatusBar.SetPaneText(PANE_COMPMETHOD, I18n::LoadString(IDS_COMPMETHOD_FULL_CONTENTS + nCompMethod).c_str()); |
| 151 | } |
| 152 | |
| 153 | /** |
| 154 | * @brief Set active filter name to statusbar |