diff options
author | stanton <stanton> | 1999-04-07 03:44:32 (GMT) |
---|---|---|
committer | stanton <stanton> | 1999-04-07 03:44:32 (GMT) |
commit | 3f2e033d9b2416874dc05220aa5ea98aa3ac2c6a (patch) | |
tree | 0021f8318d88c5bfbb778f1274c178a35ded390c | |
parent | 53407a8418102fd5a7d4d5559a52e74b4efa227e (diff) | |
download | tcl-3f2e033d9b2416874dc05220aa5ea98aa3ac2c6a.zip tcl-3f2e033d9b2416874dc05220aa5ea98aa3ac2c6a.tar.gz tcl-3f2e033d9b2416874dc05220aa5ea98aa3ac2c6a.tar.bz2 |
Fixed file association icon.
-rw-r--r-- | tools/tcl.wse.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/tcl.wse.in b/tools/tcl.wse.in index 7a283e0..6274318 100644 --- a/tools/tcl.wse.in +++ b/tools/tcl.wse.in @@ -1996,7 +1996,7 @@ item: Install File Flags=0000000000000010
end
item: Install File
- Source=${__TCLBASEDIR__}\tools\tcl.hlp
+ Source=${__TCLBASEDIR__}\tools\tcl81.hlp
Destination=%MAINDIR%\doc\tcl81.hlp
Flags=0000000000000010
end
@@ -2157,7 +2157,7 @@ end item: Edit Registry
Total Keys=1
Key=TclScript\DefaultIcon
- New Value=%SYS32%\tk81.dll
+ New Value=%MAINDIR%\bin\tk81.dll
end
item: Edit Registry
Total Keys=1
|