mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 03:20:08 +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:
@@ -8,7 +8,7 @@
|
||||
infoframe.py
|
||||
Released under wxWindows license etc.
|
||||
|
||||
This is a fairly rudimentary, but slightly fancier than
|
||||
This is a fairly rudimentary, but slightly fancier tha
|
||||
wxPyOnDemandOutputWindow (on which it's based; thanks Robin), version
|
||||
of the same sort of thing: a file-like class called
|
||||
wxInformationalMessagesFrame. This window also has a status bar with a
|
||||
@@ -256,7 +256,7 @@ class PyInformationalMessagesFrame(object):
|
||||
|
||||
def write(self, string):
|
||||
if not wx.Thread_IsMain():
|
||||
# Acquire the GUI mutex before making GUI calls. Mutex is released
|
||||
# Aquire the GUI mutex before making GUI calls. Mutex is released
|
||||
# when locker is deleted at the end of this function.
|
||||
#
|
||||
# TODO: This should be updated to use wx.CallAfter similarly to how
|
||||
|
||||
Reference in New Issue
Block a user