Fix for UC table names on Windows.
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@ class Table(Table_Window):
|
||||
for hwnd in titles:
|
||||
if titles[hwnd] == "":
|
||||
continue
|
||||
if re.search(self.search_string, titles[hwnd]):
|
||||
if re.search(self.search_string, titles[hwnd], re.I):
|
||||
if self.check_bad_words(titles[hwnd]):
|
||||
continue
|
||||
self.window = hwnd
|
||||
|
||||
Reference in New Issue
Block a user