diff options
author | dgp <dgp@users.sourceforge.net> | 2024-02-21 15:58:09 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2024-02-21 15:58:09 (GMT) |
commit | 88c04ebbb98fd1d54ebb48508a1fca84eaf1f749 (patch) | |
tree | 29958a81ee3dd33a677a1fc04fac9c62be4a8f68 /win | |
parent | 773acc41ac6c60db1297bd0b3f114870b6e0f616 (diff) | |
parent | f8e0440984fd76b924ce69b6b049d4333088933b (diff) | |
download | tk-88c04ebbb98fd1d54ebb48508a1fca84eaf1f749.zip tk-88c04ebbb98fd1d54ebb48508a1fca84eaf1f749.tar.gz tk-88c04ebbb98fd1d54ebb48508a1fca84eaf1f749.tar.bz2 |
merge 8.6
Diffstat (limited to 'win')
-rw-r--r-- | win/tkWinDialog.c | 10 | ||||
-rw-r--r-- | win/tkWinDraw.c | 2 | ||||
-rw-r--r-- | win/tkWinWm.c | 2 |
3 files changed, 7 insertions, 7 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. * *---------------------------------------------------------------------- */ diff --git a/win/tkWinDraw.c b/win/tkWinDraw.c index 8fb6a84..d0df3ec 100644 --- a/win/tkWinDraw.c +++ b/win/tkWinDraw.c @@ -488,7 +488,7 @@ XCopyPlane( * * TkPutImage, XPutImage -- * - * Copies a subimage from an in-memory image to a rectangle of of the + * Copies a subimage from an in-memory image to a rectangle of the * specified drawable. * * Results: diff --git a/win/tkWinWm.c b/win/tkWinWm.c index 98c699e..3651040 100644 --- a/win/tkWinWm.c +++ b/win/tkWinWm.c @@ -8592,7 +8592,7 @@ TkpWinToplevelOverrideRedirect( * * TkpWinToplevelDetachWindow -- * - * This function is to be usd for changing a toplevel's wrapper or + * This function is to be used for changing a toplevel's wrapper or * container. * * Results: |