projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Pruned some of txrc.tex; removed redundant helpxlp files.
[wxWidgets.git]
/
src
/
mac
/
carbon
/
mdi.cpp
diff --git
a/src/mac/carbon/mdi.cpp
b/src/mac/carbon/mdi.cpp
index 6f7ff1e8051dbb8a180fff3402fb9f80d7a7b3eb..024c4fb6c724e0cf4e08223e8c548d08f960b4be 100644
(file)
--- a/
src/mac/carbon/mdi.cpp
+++ b/
src/mac/carbon/mdi.cpp
@@
-300,7
+300,7
@@
bool wxMDIClientWindow::CreateClient(wxMDIParentFrame *parent, long style)
{
parent->AddChild(this);
}
- m_backgroundColour = wxSystemSettings::Get
System
Colour(wxSYS_COLOUR_APPWORKSPACE);
+ m_backgroundColour = wxSystemSettings::GetColour(wxSYS_COLOUR_APPWORKSPACE);
wxModelessWindows.Append(this);
return TRUE;