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:
@@ -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
|
||||
|
||||
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user