From a19eef412928e7c6713348c0f3b1c8d3952fc703 Mon Sep 17 00:00:00 2001 From: Pritpal Bedi Date: Mon, 6 Jun 2011 14:17:54 +0000 Subject: [PATCH] 2011-06-06 07:16 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/idechangelog.prg * Fixed: a stupid typo. --- harbour/ChangeLog | 6 +++++- harbour/contrib/hbide/idechangelog.prg | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 4dde7a1672..7f7340176e 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,7 +16,11 @@ The license applies to all entries newer than 2009-04-28. */ -2011-06-06 14:26 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) +2011-06-06 07:16 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) + * contrib/hbide/idechangelog.prg + * Fixed: a stupid typo. + +2011-06-06 02:26 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/ideactions.prg ! Fixed: "CodePage" submenu in "Setup" went hidden for some time. diff --git a/harbour/contrib/hbide/idechangelog.prg b/harbour/contrib/hbide/idechangelog.prg index fe4ace7504..0a15314ca7 100644 --- a/harbour/contrib/hbide/idechangelog.prg +++ b/harbour/contrib/hbide/idechangelog.prg @@ -261,7 +261,7 @@ METHOD IdeChangeLog:execEvent( cEvent, p ) IF ( n := at( "$<", cTmp1 ) ) > 0 cTmp1 := substr( cTmp1, 1, n - 1 ) + s + hbide_eol() + ::buildLogEntry() + hbide_eol() + substr( cTmp1, n ) ELSE - cTmp1 += hbide_eol() + s + hbide_eol() + cTmp + hbide_eol() + cTmp1 += hbide_eol() + s + hbide_eol() + cTmp1 + hbide_eol() ENDIF hb_memowrit( ::oINI:cChangeLog, cTmp1 ) /* TODO: put it under locking protocol */ ::aLog := {}