diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-02-16 15:22:47 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-02-16 15:22:47 (GMT) |
commit | 5ae0e88cc49f83ebe127f1aebddadc4e5d7c1990 (patch) | |
tree | 0e42252ab9eb6de4d6106e59412ae2e95765ea89 /win/tkWinDialog.c | |
parent | 2d5bd258efa4930673224605e1bd76b0badcef46 (diff) | |
parent | f8e0440984fd76b924ce69b6b049d4333088933b (diff) | |
download | tk-5ae0e88cc49f83ebe127f1aebddadc4e5d7c1990.zip tk-5ae0e88cc49f83ebe127f1aebddadc4e5d7c1990.tar.gz tk-5ae0e88cc49f83ebe127f1aebddadc4e5d7c1990.tar.bz2 |
Merge 8.6
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 1502720..a9bf863 100644 --- a/win/tkWinDialog.c +++ b/win/tkWinDialog.c @@ -882,7 +882,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. @@ -909,16 +909,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. * *---------------------------------------------------------------------- */ |