Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Typo in experiment. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
94fd9c4f613092a83b9b92b3a828379b |
User & Date: | peter 2006-05-22 17:58:08.000 |
Context
2006-06-02
| ||
19:07 | Adapted to berlios. check-in: 2734c03aeb user: peter tags: trunk | |
2006-05-22
| ||
17:58 | Typo in experiment. check-in: 94fd9c4f61 user: peter tags: trunk | |
17:56 | More changes... check-in: 5cdcc5bb86 user: peter tags: trunk | |
Changes
Changes to src/dirdiff.tcl.
︙ | ︙ | |||
683 684 685 686 687 688 689 | } else { destroy $top toplevel $top } wm title $top "Eskil Dir Preprocess" | | | | 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 | } else { destroy $top toplevel $top } wm title $top "Eskil Dir Preprocess" entry $top.e1 -textvariable ::dirdiff(pattern) -width 15 entry $top.e2 -textvariable ::dirdiff(replace) -width 15 label $top.l1 -text "Pattern" -anchor w label $top.l2 -text "Subst" -anchor w grid $top.l1 $top.e1 -sticky we grid $top.l2 $top.e2 -sticky we grid columnconfigure $top 1 -weight 1 |
︙ | ︙ |