summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavidg <davidg@noemail.net>2000-07-25 01:55:28 (GMT)
committerdavidg <davidg@noemail.net>2000-07-25 01:55:28 (GMT)
commit20c1ce34a21848b4e0ac17159a136dd4ef39872e (patch)
tree039b1c9fdeb5415fc8d4cb0cda37740ddb8a413b
parent983618d26204c3c6a66bbd6fa58ff79baca761a2 (diff)
downloadtk-20c1ce34a21848b4e0ac17159a136dd4ef39872e.zip
tk-20c1ce34a21848b4e0ac17159a136dd4ef39872e.tar.gz
tk-20c1ce34a21848b4e0ac17159a136dd4ef39872e.tar.bz2
missing tk icon fixed
FossilOrigin-Name: 74d33f30ee28a243b8dba5e12e7e4a04ccb02b88
-rw-r--r--win/rc/tk_base.rc8
1 files changed, 7 insertions, 1 deletions
diff --git a/win/rc/tk_base.rc b/win/rc/tk_base.rc
index 66a23c3..6d648ae 100644
--- a/win/rc/tk_base.rc
+++ b/win/rc/tk_base.rc
@@ -1,8 +1,14 @@
-// RCS: @(#) $Id: tk_base.rc,v 1.1.2.1 2000/07/23 04:48:23 welch Exp $
+// RCS: @(#) $Id: tk_base.rc,v 1.1.2.2 2000/07/25 01:55:28 davidg Exp $
//
// Base resources needed by Tk whether it's a DLL or a static library.
//
+//
+// Tk Icon
+//
+
+tk ICON DISCARDABLE "tk.ico"
+
#include <windows.h>
#define RESOURCE_INCLUDED