diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 38f10a51f9..afbb03cf81 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2010-10-12 18:22 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) + * contrib/hbide/idefindreplace.prg + ! Fixed: another regression. + 2010-10-11 09:05 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/ideedit.prg ! Fixed: a small glitch in copy operation. diff --git a/harbour/contrib/hbide/idefindreplace.prg b/harbour/contrib/hbide/idefindreplace.prg index 1001f0c4ee..01ec7386ca 100644 --- a/harbour/contrib/hbide/idefindreplace.prg +++ b/harbour/contrib/hbide/idefindreplace.prg @@ -1408,7 +1408,7 @@ METHOD IdeFindInFiles:print() METHOD IdeFindInFiles:paintRequested( pPrinter ) LOCAL qPrinter - qPrinter := QPrinter():configure( pPrinter ) + qPrinter := HB_QPrinter():from( pPrinter ) ::oUI:q_editResults:print( qPrinter )