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.
This commit is contained in:
Pritpal Bedi
2011-06-07 04:34:10 +00:00
parent 73e99cf51a
commit e2a40d7d43
2 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

@@ -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()