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 @@ -11767,13 +11767,11 @@ proc prefspage_general {notebook} {
1176711767 grid x $page .tabstopl $page .tabstop -sticky w
1176811768
1176911769 ${NS} ::label $page .wrapcommentl -text [ mc " Wrap comment text" ]
11770- ${NS} ::combobox $page .wrapcomment -values {none char word} -state readonly \
11771- -textvariable wrapcomment
11770+ makedroplist $page .wrapcomment wrapcomment " none" " char" " word"
1177211771 grid x $page .wrapcommentl $page .wrapcomment -sticky w
1177311772
1177411773 ${NS} ::label $page .wrapdefaultl -text [ mc " Wrap other text" ]
11775- ${NS} ::combobox $page .wrapdefault -values {none char word} -state readonly \
11776- -textvariable wrapdefault
11774+ makedroplist $page .wrapdefault wrapdefault " none" " char" " word"
1177711775 grid x $page .wrapdefaultl $page .wrapdefault -sticky w
1177811776
1177911777 ${NS} ::checkbutton $page .ntag -text [ mc " Display nearby tags/heads" ] \
You can’t perform that action at this time.
0 commit comments