diff options
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. * *---------------------------------------------------------------------- */ |