projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Don't use -kAddToPopUp() gettext hack with Scintilla.
[wxWidgets.git]
/
src
/
os2
/
evtloop.cpp
diff --git
a/src/os2/evtloop.cpp
b/src/os2/evtloop.cpp
index 01916125ea8b8cd5870d0938ee35970191b2b38d..f95901cd6ac74212d1d9c0d70d12ea7ae90a5627 100644
(file)
--- a/
src/os2/evtloop.cpp
+++ b/
src/os2/evtloop.cpp
@@
-404,7
+404,7
@@
bool wxGUIEventLoop::YieldFor(long eventsToProcess)
if (wxTheApp)
{
wxTheApp->ProcessPendingEvents();
if (wxTheApp)
{
wxTheApp->ProcessPendingEvents();
- wxTheApp->HandleSockets();
+
wxTheApp->HandleSockets();
}
//
}
//