File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11782,12 +11782,12 @@ proc prefspage_general {notebook} {
11782
11782
grid x $page .tabstopl $page .tabstop -sticky w
11783
11783
11784
11784
${NS} ::label $page .wrapcommentl -text [ mc " Wrap comment text" ]
11785
- ${NS} ::combobox $page .wrapcomment -values {none char word} -state readonly \
11785
+ ttk ::combobox $page .wrapcomment -values {none char word} -state readonly \
11786
11786
-textvariable wrapcomment
11787
11787
grid x $page .wrapcommentl $page .wrapcomment -sticky w
11788
11788
11789
11789
${NS} ::label $page .wrapdefaultl -text [ mc " Wrap other text" ]
11790
- ${NS} ::combobox $page .wrapdefault -values {none char word} -state readonly \
11790
+ ttk ::combobox $page .wrapdefault -values {none char word} -state readonly \
11791
11791
-textvariable wrapdefault
11792
11792
grid x $page .wrapdefaultl $page .wrapdefault -sticky w
11793
11793
You can’t perform that action at this time.
0 commit comments