projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Applied patch to avoid g_lib wanrings.
[wxWidgets.git]
/
src
/
mac
/
classic
/
dialog.cpp
diff --git
a/src/mac/classic/dialog.cpp
b/src/mac/classic/dialog.cpp
index 59c6101aae0597fd925541f49c25d330b80f382d..6c9646751c84777aabcf33e350aaec93104f3b45 100644
(file)
--- a/
src/mac/classic/dialog.cpp
+++ b/
src/mac/classic/dialog.cpp
@@
-6,7
+6,7
@@
// Created: 1998-01-01
// RCS-ID: $Id$
// Copyright: (c) Stefan Csomor
// Created: 1998-01-01
// RCS-ID: $Id$
// Copyright: (c) Stefan Csomor
-// Licence: wxWi
dget
s licence
+// Licence: wxWi
ndow
s licence
/////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__
/////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__
@@
-44,7
+44,7
@@
END_EVENT_TABLE()
#endif
#endif
-wxDialog::Init()
+
void
wxDialog::Init()
{
m_isModalStyle = false;
SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_3DFACE));
{
m_isModalStyle = false;
SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_3DFACE));