Fix for UC table names on Windows.
This commit is contained in:
parent
215ec63080
commit
790e26ff1d
|
@ -59,7 +59,7 @@ class Table(Table_Window):
|
||||||
for hwnd in titles:
|
for hwnd in titles:
|
||||||
if titles[hwnd] == "":
|
if titles[hwnd] == "":
|
||||||
continue
|
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]):
|
if self.check_bad_words(titles[hwnd]):
|
||||||
continue
|
continue
|
||||||
self.window = hwnd
|
self.window = hwnd
|
||||||
|
|
Loading…
Reference in New Issue
Block a user