Fixed some minor bugs
This commit is contained in:
Jordon Brooks 2016-07-07 22:48:13 +01:00
parent 605ae78ec8
commit 847a7b8fd9
2 changed files with 1 additions and 1 deletions

BIN
Capture.PNG Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

View file

@ -131,7 +131,7 @@ class webEdit:
fileMenu.add_separator() fileMenu.add_separator()
fileMenu.add_command(label="Settings", command=openSettings) fileMenu.add_command(label="Settings", command=openSettings)
fileMenu.add_separator() fileMenu.add_separator()
fileMenu.add_command(label="Exit", command=quit) fileMenu.add_command(label="Exit", command=self.root.destroy)
menu.add_command(label="View in browser", command=view_default) menu.add_command(label="View in browser", command=view_default)