diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2009-03-01 21:54:40 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2009-03-01 21:54:40 (GMT) |
commit | dcd56d8fd6bddfd1ef90d40da1df64202c8de229 (patch) | |
tree | 47e67747a2b8a8b5baa36b734b64e331fd582164 | |
parent | 2bd24991fb1306a2a230549895084b7424845fbe (diff) | |
download | tk-dcd56d8fd6bddfd1ef90d40da1df64202c8de229.zip tk-dcd56d8fd6bddfd1ef90d40da1df64202c8de229.tar.gz tk-dcd56d8fd6bddfd1ef90d40da1df64202c8de229.tar.bz2 |
update comment to reflect reality
-rw-r--r-- | win/tkWinMenu.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/win/tkWinMenu.c b/win/tkWinMenu.c index b88e57d..7dffe80 100644 --- a/win/tkWinMenu.c +++ b/win/tkWinMenu.c @@ -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: tkWinMenu.c,v 1.64 2009/02/23 10:18:38 patthoyts Exp $ + * RCS: @(#) $Id: tkWinMenu.c,v 1.65 2009/03/01 21:54:40 patthoyts Exp $ */ #define OEMRESOURCE @@ -1745,7 +1745,8 @@ DrawMenuEntryAccelerator( * DrawMenuEntryArrow -- * * This function draws the arrow bitmap on the right side of a menu - * entry. This function is currently unused. + * entry. This function is only used when drawing the arrow for a + * disabled cascade menu. * * Results: * None. |