diff --git a/Capture.PNG b/Capture.PNG new file mode 100644 index 0000000..fcd9c1b Binary files /dev/null and b/Capture.PNG differ diff --git a/Programs/webEdit/htmlEdit.py b/Programs/webEdit/htmlEdit.py index d09d7c1..be213ea 100644 --- a/Programs/webEdit/htmlEdit.py +++ b/Programs/webEdit/htmlEdit.py @@ -131,7 +131,7 @@ class webEdit: fileMenu.add_separator() fileMenu.add_command(label="Settings", command=openSettings) 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)