Eskil

Diff
Login

Differences From Artifact [04bc07e07d]:

To Artifact [a314a28a5c]:


293
294
295
296
297
298
299

300
301
302
303
304
305
306
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307







+








# Create a print dialog.
proc doPrint {top {quiet 0}} {
    if {![info exists ::grayLevel1]} {
        set ::grayLevel1 0.6
        set ::grayLevel2 0.8
        set ::wideLines 0
        set ::prettyPrint ""
    }
    if {$quiet} {
        PrintDiffs $top 1
        return
    }

    destroy .pr