diff options
author | ericm <ericm> | 2000-04-25 17:25:27 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-04-25 17:25:27 (GMT) |
commit | 1c94ebd5a49fb2f0afa6adb85e36248756294731 (patch) | |
tree | c484db1da624b73323840ea9a5c7ea8c54cb227a /generic/tkMain.c | |
parent | 8419030e7f65bf9a2669a578217772e8cf95ebf9 (diff) | |
download | tk-1c94ebd5a49fb2f0afa6adb85e36248756294731.zip tk-1c94ebd5a49fb2f0afa6adb85e36248756294731.tar.gz tk-1c94ebd5a49fb2f0afa6adb85e36248756294731.tar.bz2 |
* generic/tkMain.c: Fixed function header comment for Tk_MainEx.
* unix/mkLinks:
* doc/GetScroll.3: Added information about Tk_GetScrollInfoObj
[Bug: 1866].
Diffstat (limited to 'generic/tkMain.c')
-rw-r--r-- | generic/tkMain.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkMain.c b/generic/tkMain.c index 120ade3..6145d20 100644 --- a/generic/tkMain.c +++ b/generic/tkMain.c @@ -13,7 +13,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMain.c,v 1.7 1999/12/08 00:11:54 redman Exp $ + * RCS: @(#) $Id: tkMain.c,v 1.8 2000/04/25 17:25:27 ericm Exp $ */ #include <ctype.h> @@ -72,7 +72,7 @@ static void StdinProc _ANSI_ARGS_((ClientData clientData, /* *---------------------------------------------------------------------- * - * TkMainEx -- + * Tk_MainEx -- * * Main program for Wish and most other Tk-based applications. * |