From d5180e5680790323dce72757bca1cbc38f760846 Mon Sep 17 00:00:00 2001 From: Pritpal Bedi Date: Wed, 13 Oct 2010 01:20:19 +0000 Subject: [PATCH] 2010-10-12 18:22 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/idefindreplace.prg ! Fixed: another regression. --- harbour/ChangeLog | 4 ++++ harbour/contrib/hbide/idefindreplace.prg | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 )