summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixMenu.c
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2022-04-02 20:38:02 (GMT)
committerfvogel <fvogelnew1@free.fr>2022-04-02 20:38:02 (GMT)
commit5817ec0cca2abaebee7b73af45d37233615903a2 (patch)
tree4615589e4182f7a70b16303944d394c15d10a536 /unix/tkUnixMenu.c
parent1334e776061aa57a7d793e54738c5e0071939a48 (diff)
downloadtk-5817ec0cca2abaebee7b73af45d37233615903a2.zip
tk-5817ec0cca2abaebee7b73af45d37233615903a2.tar.gz
tk-5817ec0cca2abaebee7b73af45d37233615903a2.tar.bz2
Fix text alignment.
Diffstat (limited to 'unix/tkUnixMenu.c')
-rw-r--r--unix/tkUnixMenu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tkUnixMenu.c b/unix/tkUnixMenu.c
index 6a8611d..1c9f543 100644
--- a/unix/tkUnixMenu.c
+++ b/unix/tkUnixMenu.c
@@ -930,7 +930,7 @@ TkpPostMenu(
int
TkpPostTearoffMenu(
- TCL_UNUSED(Tcl_Interp *), /* The interpreter of the menu */
+ TCL_UNUSED(Tcl_Interp *), /* The interpreter of the menu */
TkMenu *menuPtr, /* The menu we are posting */
int x, int y, int index) /* The root X,Y coordinates where the
* specified entry will be posted */