proc tk_textPaste: add author info

This commit is contained in:
stefan schippers 2023-07-20 09:24:55 +02:00
parent efecd33d51
commit 39b3195794
1 changed files with 1 additions and 1 deletions

View File

@ -6515,7 +6515,7 @@ print_help_and_exit
set_ne text_replace_selection 1
if {$text_replace_selection && $OS != "Windows"} {
# deletes selected text when pasting in text widgets
# deletes selected text when pasting in text widgets, courtesy Wolf-Dieter Busch
proc tk_textPaste w {
global tcl_platform
if {![catch {::tk::GetSelection $w CLIPBOARD} sel]} then {