summaryrefslogtreecommitdiff
path: root/tk/mac/tkMacApplication.r
diff options
context:
space:
mode:
Diffstat (limited to 'tk/mac/tkMacApplication.r')
-rw-r--r--tk/mac/tkMacApplication.r18
1 files changed, 16 insertions, 2 deletions
diff --git a/tk/mac/tkMacApplication.r b/tk/mac/tkMacApplication.r
index a22ffb272b8..b73e1eaa300 100644
--- a/tk/mac/tkMacApplication.r
+++ b/tk/mac/tkMacApplication.r
@@ -13,6 +13,8 @@
#include <Types.r>
#include <SysTypes.r>
+#include <Balloons.r>
+#include <BalloonTypes.r>
#include <AEUserTermTypes.r>
/*
@@ -43,14 +45,14 @@ resource 'vers' (1) {
TK_MAJOR_VERSION, MINOR_VERSION,
RELEASE_LEVEL, 0x00, verUS,
TK_PATCH_LEVEL,
- TK_PATCH_LEVEL ", by Ray Johnson © 1993-1996" "\n" "Sun Microsystems Labratories"
+ TK_PATCH_LEVEL ", by Ray Johnson & Jim Ingham" "\n" "© 1993-1997 Sun Microsystems" "\n" "1998-2000 Scriptics Inc."
};
resource 'vers' (2) {
TK_MAJOR_VERSION, MINOR_VERSION,
RELEASE_LEVEL, 0x00, verUS,
TK_PATCH_LEVEL,
- "Wish " TK_PATCH_LEVEL " © 1993-1996"
+ "Wish " TK_PATCH_LEVEL " © 1993-1999"
};
#define TK_APP_RESOURCES 128
@@ -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.
@@ -265,3 +278,4 @@ data 'ics4' (TK_APP_RESOURCES, "Tk App", purgeable) {
};
+