diff options
author | ericm <ericm> | 2000-05-27 01:49:37 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-05-27 01:49:37 (GMT) |
commit | bbde180cb5c1067e709a1f48d2f8425aae3eada4 (patch) | |
tree | c58c5eb89b0412e1dbbacd783d490453a9064a84 | |
parent | ce3669a362d5ee468d51566ce6e126f5a761b315 (diff) | |
download | tk-bbde180cb5c1067e709a1f48d2f8425aae3eada4.zip tk-bbde180cb5c1067e709a1f48d2f8425aae3eada4.tar.gz tk-bbde180cb5c1067e709a1f48d2f8425aae3eada4.tar.bz2 |
Comment fixup.
-rw-r--r-- | generic/tkOption.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/generic/tkOption.c b/generic/tkOption.c index 4f09e99..0f1e2d9 100644 --- a/generic/tkOption.c +++ b/generic/tkOption.c @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkOption.c,v 1.5 2000/05/27 01:43:46 ericm Exp $ + * RCS: @(#) $Id: tkOption.c,v 1.6 2000/05/27 01:49:37 ericm Exp $ */ #include "tkPort.h" @@ -439,9 +439,9 @@ Tk_GetOption(tkwin, name, className) if (masqName != NULL) { /* * This option is masquerading with a different window class. - * Instead of using the current level, search the stack to the - * current level - 1, then do a direct probe on the option database - * to get the extra bits. + * Search the stack to the depth it was before the current window's + * information was pushed (the value for which is stored in the bases + * field). */ levelPtr = &tsdPtr->levels[tsdPtr->curLevel]; nameId = Tk_GetUid(masqName+1); |