diff options
author | davidg <davidg@noemail.net> | 2000-07-25 02:06:10 (GMT) |
---|---|---|
committer | davidg <davidg@noemail.net> | 2000-07-25 02:06:10 (GMT) |
commit | 0bafffe90e9e5b6b87c4325d5f211662dedd4d97 (patch) | |
tree | 356d3e8ead61b558ba1275431583f0a0d147bc11 /win/rc | |
parent | 310f0432531c378922482c0efd839f17e47c7d30 (diff) | |
download | tk-0bafffe90e9e5b6b87c4325d5f211662dedd4d97.zip tk-0bafffe90e9e5b6b87c4325d5f211662dedd4d97.tar.gz tk-0bafffe90e9e5b6b87c4325d5f211662dedd4d97.tar.bz2 |
missing tk icon fixed
FossilOrigin-Name: 5303d60d74d496b9b3d9a1db1138ee89e2bb94f3
Diffstat (limited to 'win/rc')
-rw-r--r-- | win/rc/tk_base.rc | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/win/rc/tk_base.rc b/win/rc/tk_base.rc index 6d648ae..1fba0c1 100644 --- a/win/rc/tk_base.rc +++ b/win/rc/tk_base.rc @@ -1,4 +1,4 @@ -// RCS: @(#) $Id: tk_base.rc,v 1.1.2.2 2000/07/25 01:55:28 davidg Exp $ +// RCS: @(#) $Id: tk_base.rc,v 1.1.2.3 2000/07/25 02:06:10 davidg Exp $ // // Base resources needed by Tk whether it's a DLL or a static library. // @@ -9,9 +9,6 @@ tk ICON DISCARDABLE "tk.ico" - -#include <windows.h> -#define RESOURCE_INCLUDED #include <dlgs.h> FILEOPENORD DIALOG DISCARDABLE 36, 24, 218, 138 |