diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-02-16 15:16:01 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-02-16 15:16:01 (GMT) |
commit | f8e0440984fd76b924ce69b6b049d4333088933b (patch) | |
tree | c30a0c129f61143c4de0d30c723a0ae8fb68a0f5 /win/tkWinDialog.c | |
parent | ed7e89f24411571343e21f08baeb35984a519c30 (diff) | |
download | tk-f8e0440984fd76b924ce69b6b049d4333088933b.zip tk-f8e0440984fd76b924ce69b6b049d4333088933b.tar.gz tk-f8e0440984fd76b924ce69b6b049d4333088933b.tar.bz2 |
Fix [82d5a93a46]: 8.6 Documentation/comment typo fixes
Diffstat (limited to 'win/tkWinDialog.c')
-rw-r--r-- | win/tkWinDialog.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/win/tkWinDialog.c b/win/tkWinDialog.c index 4aa88b1..5907a68 100644 --- a/win/tkWinDialog.c +++ b/win/tkWinDialog.c @@ -938,7 +938,7 @@ ColorDlgHookProc( /* *---------------------------------------------------------------------- * - * Tk_GetOpenFileCmd -- + * Tk_GetOpenFileObjCmd -- * * This function implements the "open file" dialog box for the Windows * platform. See the user documentation for details on what it does. @@ -965,16 +965,16 @@ Tk_GetOpenFileObjCmd( /* *---------------------------------------------------------------------- * - * Tk_GetSaveFileCmd -- + * Tk_GetSaveFileObjCmd -- * - * Same as Tk_GetOpenFileCmd but opens a "save file" dialog box + * Same as Tk_GetOpenFileObjCmd but opens a "save file" dialog box * instead * * Results: - * Same as Tk_GetOpenFileCmd. + * Same as Tk_GetOpenFileObjCmd. * * Side effects: - * Same as Tk_GetOpenFileCmd. + * Same as Tk_GetOpenFileObjCmd. * *---------------------------------------------------------------------- */ |