SIL.FieldWorks.IText.ParseIsCurrentFixer.OnSelection C# (CSharp) Method

OnSelection() public method

public OnSelection ( ) : void
return void
		public void OnSelection()
		{
			Debug.Assert(m_dlg != null);
			m_dlg.WhenDescription = ITextStrings.ksUseClearParseIsCurrentWhen;
			m_dlg.WhatDescription = ITextStrings.ksClearParseIsCurrentDoes;
			m_dlg.RedoDescription = ITextStrings.ksParseIsCurrentWarning;
		}