2010-10-12 18:22 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbide/idefindreplace.prg
! Fixed: another regression.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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 )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user