From e2a40d7d435da418dfd40d7ac32dedbddca3ae7f Mon Sep 17 00:00:00 2001 From: Pritpal Bedi Date: Tue, 7 Jun 2011 04:34:10 +0000 Subject: [PATCH] 2011-06-06 21:31 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/idechangelog.prg ! Fixed: initializing a new ChangeLog was generating error, stupid typo. --- harbour/ChangeLog | 4 ++++ harbour/contrib/hbide/idechangelog.prg | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index b7eccb0040..4c19ee269c 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2011-06-06 21:31 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) + * contrib/hbide/idechangelog.prg + ! Fixed: initializing a new ChangeLog was generating error, stupid typo. + 2011-06-06 18:13 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/idechangelog.prg * Changed: behavior of "Current Log Entry" to scroll to last diff --git a/harbour/contrib/hbide/idechangelog.prg b/harbour/contrib/hbide/idechangelog.prg index 94ec20528f..dfaba699aa 100644 --- a/harbour/contrib/hbide/idechangelog.prg +++ b/harbour/contrib/hbide/idechangelog.prg @@ -287,7 +287,7 @@ METHOD IdeChangeLog:execEvent( cEvent, p ) IF ! empty( cTmp ) ::oINI:cChangeLog := cTmp - s += "" + hbide_eol() + s := "" + hbide_eol() s += "$<000000> " + hbide_dtosFmt( date() ) + " " + left( time(),5 ) + " hbIDE" + hbide_eol() s += " # Initialized by hbIDE" + hbide_eol()