Revert "Spelling fixes in wx.lib"

This reverts commit c00b8950da.
The spelling changes were a bit too aggressive.
This commit is contained in:
Robin Dunn
2020-08-31 13:01:31 -07:00
parent 382a840110
commit 732ff6752b
108 changed files with 359 additions and 359 deletions

View File

@@ -595,7 +595,7 @@ class ImageDialog(wx.Dialog):
if self.fl_ext == "All":
all_files = []
if self.fl_types[-1] == "All Files":
if self.fl_types[-1] == 'All Files':
allTypes = self.fl_types[-1:]
else:
allTypes = self.fl_types[1:]