changed default to non-browser
This commit is contained in:
parent
b2da7b144b
commit
8cca7ff369
1 changed files with 1 additions and 1 deletions
|
|
@ -330,7 +330,7 @@ class ReactionPathFrame(Frame):
|
|||
fmtframe = Frame(self)
|
||||
fmtframe.config(relief=GROOVE, bd=4)
|
||||
self.browser = IntVar()
|
||||
self.browser.set(1)
|
||||
self.browser.set(0)
|
||||
Checkbutton(fmtframe, text = 'Display in Web Browser',
|
||||
variable=self.browser,
|
||||
command=self.show).grid(column=0,columnspan=6,row=0)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue