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} {
11736
11736
grid x $page .tabstopl $page .tabstop -sticky w
11737
11737
11738
11738
${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
11741
11740
grid x $page .wrapcommentl $page .wrapcomment -sticky w
11742
11741
11743
11742
${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
11746
11744
grid x $page .wrapdefaultl $page .wrapdefault -sticky w
11747
11745
11748
11746
${NS} ::checkbutton $page .ntag -text [ mc " Display nearby tags/heads" ] \
You can’t perform that action at this time.
0 commit comments