diff options
author | davidg <davidg> | 2000-07-25 01:59:23 (GMT) |
---|---|---|
committer | davidg <davidg> | 2000-07-25 01:59:23 (GMT) |
commit | 64849e62f2cec3a0a3212f63f8b4cfb10a889764 (patch) | |
tree | 8780bc0cfc7f22b9a7014adb4b6af7574b0fc0d4 /win | |
parent | 3e29d2ff98a042c063c0f9495bbbdd18b898d3b6 (diff) | |
download | tk-64849e62f2cec3a0a3212f63f8b4cfb10a889764.zip tk-64849e62f2cec3a0a3212f63f8b4cfb10a889764.tar.gz tk-64849e62f2cec3a0a3212f63f8b4cfb10a889764.tar.bz2 |
double tk icon reference fixed
Diffstat (limited to 'win')
-rw-r--r-- | win/rc/tk.rc | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/win/rc/tk.rc b/win/rc/tk.rc index c6775c1..48c9572 100644 --- a/win/rc/tk.rc +++ b/win/rc/tk.rc @@ -1,4 +1,4 @@ -// RCS: @(#) $Id: tk.rc,v 1.5.2.1 2000/07/23 04:48:22 welch Exp $ +// RCS: @(#) $Id: tk.rc,v 1.5.2.2 2000/07/25 01:59:23 davidg Exp $ // // Version // @@ -37,9 +37,3 @@ BEGIN VALUE "Translation", 0x409, 1200 END END - -// -// Icons -// - -tk ICON DISCARDABLE "tk.ico" |