mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-04 19:10:09 +01:00
Revert "Spelling fixes in wx.lib"
This reverts commit c00b8950da.
The spelling changes were a bit too aggressive.
This commit is contained in:
@@ -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:]
|
||||
|
||||
Reference in New Issue
Block a user