Skip to content

Commit

Permalink
NITDgpOS#93 Solved quiting problem
Browse files Browse the repository at this point in the history
  • Loading branch information
rox committed Feb 2, 2018
1 parent ac26b29 commit c5d560a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def __init__(self, master):

filemenu = Menu(menubar, tearoff=0)
menubar.add_cascade(label="File", menu=filemenu)
filemenu.add_command(label="Quit", command=root.destroy)
filemenu.add_command(label="Quit", command=root.quit)


helpmenu = Menu(menubar, tearoff=0)
Expand Down

0 comments on commit c5d560a

Please sign in to comment.