summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2009-03-01 21:54:40 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2009-03-01 21:54:40 (GMT)
commitdcd56d8fd6bddfd1ef90d40da1df64202c8de229 (patch)
tree47e67747a2b8a8b5baa36b734b64e331fd582164 /win
parent2bd24991fb1306a2a230549895084b7424845fbe (diff)
downloadtk-dcd56d8fd6bddfd1ef90d40da1df64202c8de229.zip
tk-dcd56d8fd6bddfd1ef90d40da1df64202c8de229.tar.gz
tk-dcd56d8fd6bddfd1ef90d40da1df64202c8de229.tar.bz2
update comment to reflect reality
Diffstat (limited to 'win')
-rw-r--r--win/tkWinMenu.c5
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.