SIL.FieldWorks.TE.TeImporter.UpdateProgressDlgForBook C# (CSharp) Method

UpdateProgressDlgForBook() protected method

Update the message in the progress dialog box to reflect the book being imported
protected UpdateProgressDlgForBook ( string stid ) : void
stid string The resource id for the format string to use
return void
		protected void UpdateProgressDlgForBook(string stid)
		{
			m_importCallbacks.StatusMessage = string.Format(TeResourceHelper.GetResourceString(stid),
				ScriptureServices.GetUiBookName(m_nBookNumber));
		}