diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-06-30 11:28:47 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2014-06-30 11:28:47 (GMT) |
commit | 1d58f0d143fb94eeaf0dbd0ddc36011423356d88 (patch) | |
tree | 120ef5eea3b3b6283a73ffd344f110c6ee5ecf5d /win/winMain.c | |
parent | 68ffa26f8a2faf3690359d69a6b00ec44268b018 (diff) | |
download | tk-1d58f0d143fb94eeaf0dbd0ddc36011423356d88.zip tk-1d58f0d143fb94eeaf0dbd0ddc36011423356d88.tar.gz tk-1d58f0d143fb94eeaf0dbd0ddc36011423356d88.tar.bz2 |
Eliminate last two calls to Tcl_CreateCommand().
Diffstat (limited to 'win/winMain.c')
-rw-r--r-- | win/winMain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/winMain.c b/win/winMain.c index 36dbea9..62bcbd8 100644 --- a/win/winMain.c +++ b/win/winMain.c @@ -224,7 +224,7 @@ Tcl_AppInit( */ /* - * Call Tcl_CreateCommand for application-specific commands, if they + * Call Tcl_CreateObjCommand for application-specific commands, if they * weren't already created by the init procedures called above. */ |