From 669904b4f7e75a536fc6bd18b9817c7cb94e4e6d Mon Sep 17 00:00:00 2001 From: Graeme Geldenhuys Date: Sat, 3 Oct 2009 02:29:21 +0200 Subject: Fix grammar mistake. Signed-off-by: Graeme Geldenhuys --- src/frm_main.pas | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/frm_main.pas b/src/frm_main.pas index e02cfc87..c76ecd17 100644 --- a/src/frm_main.pas +++ b/src/frm_main.pas @@ -290,7 +290,7 @@ begin ShowMessage( 'Could not open ' + lFileName + ': ' + E.Message ) else ShowMessage( 'An error occurred loading ' + lFileName - + '. It may be an damaged help file ' + + '. It may be a damaged help file ' + 'or there may be a bug in this program.' + #10 + #10 + E.Message ); Result := False; // cleanup memory used @@ -523,7 +523,6 @@ Begin Memo1.Lines.Clear; ImageIndices := TList.Create; - ProfileEvent('Cleared memo...'); HelpFile := TopicFile(Topic); @@ -533,13 +532,13 @@ Begin if HelpFile.HighlightWords <> nil then ProfileEvent('highlightwords is ok'); lText := ''; - ProfileEvent('Debug = ' + BoolToStr(Debug)); + ProfileEvent('Debug show hex values = ' + BoolToStr(Debug)); if ImageIndices <> nil then ProfileEvent('ImageIndices initialized'); Topic.GetText(HelpFile.HighlightWords, Debug, lText, - ImageIndices ); + ImageIndices); { TODO -oGraeme : We do not support images yet } ImageIndices.Free; -- cgit v1.2.3-70-g09d2