rename `Paste selection` in context menu to `Paste clipboard` to avoid confusion
This commit is contained in:
parent
55ac6bb396
commit
efa413c4ec
|
|
@ -6179,7 +6179,7 @@ proc context_menu { } {
|
||||||
button .ctxmenu.b6 -text {Insert text} -padx 3 -pady 0 -anchor w -activebackground grey50 \
|
button .ctxmenu.b6 -text {Insert text} -padx 3 -pady 0 -anchor w -activebackground grey50 \
|
||||||
-image CtxmenuText -compound left \
|
-image CtxmenuText -compound left \
|
||||||
-font [subst $font] -command {set retval 6; destroy .ctxmenu}
|
-font [subst $font] -command {set retval 6; destroy .ctxmenu}
|
||||||
button .ctxmenu.b8 -text {Paste selection} -padx 3 -pady 0 -anchor w -activebackground grey50 \
|
button .ctxmenu.b8 -text {Paste clipboard} -padx 3 -pady 0 -anchor w -activebackground grey50 \
|
||||||
-image CtxmenuPaste -compound left \
|
-image CtxmenuPaste -compound left \
|
||||||
-font [subst $font] -command {set retval 8; destroy .ctxmenu}
|
-font [subst $font] -command {set retval 8; destroy .ctxmenu}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue