2010-10-12 18:22 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)

* contrib/hbide/idefindreplace.prg
    ! Fixed: another regression.
This commit is contained in:
Pritpal Bedi
2010-10-13 01:20:19 +00:00
parent 15d2907bac
commit d5180e5680
2 changed files with 5 additions and 1 deletions

View File

@@ -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.

View File

@@ -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 )