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