summaryrefslogtreecommitdiffstats
path: root/win/tkWinDialog.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-02-16 15:29:27 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-02-16 15:29:27 (GMT)
commitefc3f3d42f6cf994cace9d7c010e9df68d37f8db (patch)
tree0dcb9ab8e5089a8ebaf2f30bcc6c8d7d73f236c2 /win/tkWinDialog.c
parent520853aabbe489eadcf8079f0ea0c3324104cbb4 (diff)
parent5ae0e88cc49f83ebe127f1aebddadc4e5d7c1990 (diff)
downloadtk-efc3f3d42f6cf994cace9d7c010e9df68d37f8db.zip
tk-efc3f3d42f6cf994cace9d7c010e9df68d37f8db.tar.gz
tk-efc3f3d42f6cf994cace9d7c010e9df68d37f8db.tar.bz2
Merge 8.7
Diffstat (limited to 'win/tkWinDialog.c')
-rw-r--r--win/tkWinDialog.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/win/tkWinDialog.c b/win/tkWinDialog.c
index 23e2814..c414c47 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.
*
*----------------------------------------------------------------------
*/