summaryrefslogtreecommitdiffstats
path: root/mac
diff options
context:
space:
mode:
authorjingham <jingham@noemail.net>2000-02-10 08:48:00 (GMT)
committerjingham <jingham@noemail.net>2000-02-10 08:48:00 (GMT)
commit12999748b71ad5e3e445452c332f8258d3cc39e2 (patch)
treed83af261dd7e01335be726f3f5071871af0239fa /mac
parenta41ae3a068ffbf70c0678485408188f2156ffff1 (diff)
downloadtk-12999748b71ad5e3e445452c332f8258d3cc39e2.zip
tk-12999748b71ad5e3e445452c332f8258d3cc39e2.tar.gz
tk-12999748b71ad5e3e445452c332f8258d3cc39e2.tar.bz2
Fix typo in the file info, add Finder Balloon help just cause you can.
FossilOrigin-Name: e49ce1e73e586f45d6da9a0cc31a6984d5b791bc
Diffstat (limited to 'mac')
-rw-r--r--mac/tkMacApplication.r17
-rw-r--r--mac/tkMacLibrary.r4
2 files changed, 17 insertions, 4 deletions
diff --git a/mac/tkMacApplication.r b/mac/tkMacApplication.r
index ddf75ff..f6bdf89 100644
--- a/mac/tkMacApplication.r
+++ b/mac/tkMacApplication.r
@@ -8,11 +8,13 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkMacApplication.r,v 1.3 1999/08/16 00:09:09 jingham Exp $
+ * RCS: @(#) $Id: tkMacApplication.r,v 1.4 2000/02/10 08:48:00 jingham Exp $
*/
#include <Types.r>
#include <SysTypes.r>
+#include <Balloons.r>
+#include <BalloonTypes.r>
#include <AEUserTermTypes.r>
/*
@@ -43,7 +45,7 @@ resource 'vers' (1) {
TK_MAJOR_VERSION, MINOR_VERSION,
RELEASE_LEVEL, 0x00, verUS,
TK_PATCH_LEVEL,
- TK_PATCH_LEVEL ", by Ray Johnson & Jim Ingham "\n© 1993-1997 Sun Microsystems" "\n 1998-1999 Scriptics Inc."
+ TK_PATCH_LEVEL ", by Ray Johnson & Jim Ingham" "\n" "© 1993-1997 Sun Microsystems" "\n" "1998-2000 Scriptics Inc."
};
resource 'vers' (2) {
@@ -110,6 +112,17 @@ resource 'kind' (TK_APP_RESOURCES, "Tcl kind", purgeable) {
}
};
+#define kIconHelpString 256
+
+resource 'hfdr' (-5696, purgeable) {
+ HelpMgrVersion, hmDefaultOptions, 0, 0,
+ {HMSTRResItem {kIconHelpString}}
+};
+resource 'STR ' (kIconHelpString, purgeable) {
+ "This is the interpreter for Tcl & Tk scripts"
+ " running on Macintosh computers."
+};
+
/*
* The following resource define the icon used by Tcl scripts. Any
* TEXT file with the creator of WIsH will get this icon.
diff --git a/mac/tkMacLibrary.r b/mac/tkMacLibrary.r
index be87821..9b2153f 100644
--- a/mac/tkMacLibrary.r
+++ b/mac/tkMacLibrary.r
@@ -10,7 +10,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tkMacLibrary.r,v 1.4 1999/08/16 00:09:20 jingham Exp $
+ * RCS: @(#) $Id: tkMacLibrary.r,v 1.5 2000/02/10 08:48:09 jingham Exp $
*/
/*
@@ -54,7 +54,7 @@ resource 'vers' (1) {
TK_MAJOR_VERSION, MINOR_VERSION,
RELEASE_LEVEL, 0x00, verUS,
TK_PATCH_LEVEL,
- TK_PATCH_LEVEL ",by Ray Johnson & Jim Ingham "\n© 1993-1997 Sun Microsystems" "\n 1998-1999 Scriptics Inc."
+ TK_PATCH_LEVEL ",by Ray Johnson & Jim Ingham" "\n" "© 1993-1997 Sun Microsystems" "\n" "1998-2000 Scriptics Inc."
};
resource 'vers' (2) {