File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -11736,13 +11736,11 @@ proc prefspage_general {notebook} {
1173611736 grid x $page .tabstopl $page .tabstop -sticky w
1173711737
1173811738 ${NS} ::label $page .wrapcommentl -text [ mc " Wrap comment text" ]
11739- ${NS} ::combobox $page .wrapcomment -values {none char word} -state readonly \
11740- -textvariable wrapcomment
11739+ makedroplist $page .wrapcomment wrapcomment none char word
1174111740 grid x $page .wrapcommentl $page .wrapcomment -sticky w
1174211741
1174311742 ${NS} ::label $page .wrapdefaultl -text [ mc " Wrap other text" ]
11744- ${NS} ::combobox $page .wrapdefault -values {none char word} -state readonly \
11745- -textvariable wrapdefault
11743+ makedroplist $page .wrapdefault wrapdefault none char word
1174611744 grid x $page .wrapdefaultl $page .wrapdefault -sticky w
1174711745
1174811746 ${NS} ::checkbutton $page .ntag -text [ mc " Display nearby tags/heads" ] \
You can’t perform that action at this time.
0 commit comments