From b6f07d06bc3d9b53592efa16058ef546ff51885d Mon Sep 17 00:00:00 2001 From: Pritpal Bedi Date: Tue, 4 Sep 2012 01:23:04 +0000 Subject: [PATCH] 2012-09-03 18:21 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/editor.prg ! Fix: to r18056, a nasty one. --- harbour/ChangeLog | 4 ++++ harbour/contrib/hbide/editor.prg | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 9968ecf048..f11b21d89b 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2012-09-03 18:21 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) + * contrib/hbide/editor.prg + ! Fix: to r18056, a nasty one. + 2012-09-03 17:01 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/saveload.prg % Changed: the behavior of active item in dictionaries list. diff --git a/harbour/contrib/hbide/editor.prg b/harbour/contrib/hbide/editor.prg index 03cc4dc97d..bc22a81809 100644 --- a/harbour/contrib/hbide/editor.prg +++ b/harbour/contrib/hbide/editor.prg @@ -1279,7 +1279,7 @@ CLASS IdeEditor INHERIT IdeObject DATA cExt INIT "" DATA cType INIT "" DATA cTheme INIT "" - DATA cView INIT "Main" + DATA cView DATA qDocument DATA qDocLayout DATA qHiliter