diff options
Diffstat (limited to 'desktop/source')
-rw-r--r-- | desktop/source/app/app.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index b7dcefb9876c..6f48c8ba090b 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -1426,7 +1426,7 @@ int Desktop::Main() /* ensure existence of a default window that messages can be dispatched to This is for the benefit of testtool which uses PostUserEvent extensively - and else can deadlock while creating this window from another tread while + and else can deadlock while creating this window from another thread while the main thread is not yet in the event loop. */ Application::GetDefaultDevice(); |