MCPcopy Create free account
hub / github.com/WinMerge/winmerge / SetCompareMethodStatusDisplay

Method SetCompareMethodStatusDisplay

Src/DirFrame.cpp:148–151  ·  view source on GitHub ↗

* @brief Set current compare method name to statusbar * @param [in] nCompMethod compare method to show */

Source from the content-addressed store, hash-verified

146 * @param [in] nCompMethod compare method to show
147 */
148void 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

Callers 1

RescanMethod · 0.80

Calls 1

LoadStringFunction · 0.85

Tested by

no test coverage detected