projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
use popen() instead of wxExecute(), it works inside wxYield() unlike the latter
[wxWidgets.git]
/
src
/
mac
/
classic
/
dialog.cpp
diff --git
a/src/mac/classic/dialog.cpp
b/src/mac/classic/dialog.cpp
index c5f6c57119ab613fac4853efe99837e2cb4ef2b7..6c9646751c84777aabcf33e350aaec93104f3b45 100644
(file)
--- a/
src/mac/classic/dialog.cpp
+++ b/
src/mac/classic/dialog.cpp
@@
-44,7
+44,7
@@
END_EVENT_TABLE()
#endif
-wxDialog::Init()
+
void
wxDialog::Init()
{
m_isModalStyle = false;
SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_3DFACE));