1.3.2a
Fixed some minor bugs
This commit is contained in:
parent
605ae78ec8
commit
847a7b8fd9
2 changed files with 1 additions and 1 deletions
BIN
Capture.PNG
Normal file
BIN
Capture.PNG
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 MiB |
|
@ -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)
|
||||||
|
|
||||||
|
|
Reference in a new issue