summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--macosx/tkMacOSXMenu.c3
-rw-r--r--unix/tkUnixMenu.c3
-rw-r--r--win/tkWinMenu.c4
3 files changed, 4 insertions, 6 deletions
diff --git a/macosx/tkMacOSXMenu.c b/macosx/tkMacOSXMenu.c
index 404f625..08f2f72 100644
--- a/macosx/tkMacOSXMenu.c
+++ b/macosx/tkMacOSXMenu.c
@@ -1625,8 +1625,7 @@ TkpDrawMenuEntry(
int height, /* Height of the current rectangle */
int strictMotif, /* Boolean flag */
int drawArrow) /* Whether or not to draw the cascade arrow
- * for cascade items. Only applies to
- * Windows. */
+ * for cascade items. */
{
}
diff --git a/unix/tkUnixMenu.c b/unix/tkUnixMenu.c
index 0c00dbb..2d02097 100644
--- a/unix/tkUnixMenu.c
+++ b/unix/tkUnixMenu.c
@@ -1328,8 +1328,7 @@ TkpDrawMenuEntry(
int height, /* Height of the current rectangle */
int strictMotif, /* Boolean flag */
int drawArrow) /* Whether or not to draw the cascade arrow
- * for cascade items. Only applies to
- * Windows. */
+ * for cascade items. */
{
GC gc, indicatorGC;
XColor *indicatorColor, *disableColor = NULL;
diff --git a/win/tkWinMenu.c b/win/tkWinMenu.c
index 5dc8f8a..1051250 100644
--- a/win/tkWinMenu.c
+++ b/win/tkWinMenu.c
@@ -1840,7 +1840,7 @@ DrawMenuEntryArrow(
int width, /* Width of menu entry */
int height, /* Height of menu entry */
int drawArrow) /* For cascade menus, whether of not to draw
- * the arraw. I cannot figure out Windows'
+ * the arrow. I cannot figure out Windows'
* algorithm for where to draw this. */
{
COLORREF oldFgColor;
@@ -2500,7 +2500,7 @@ TkpDrawMenuEntry(
int strictMotif, /* Boolean flag */
int drawingParameters) /* Whether or not to draw the cascade arrow
* for cascade items and accelerator
- * cues. Only applies to Windows. */
+ * cues. */
{
GC gc, indicatorGC;
TkMenu *menuPtr = mePtr->menuPtr;