projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ceceef4
)
another compilation fix after r61232
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Sun, 28 Jun 2009 21:02:20 +0000
(21:02 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Sun, 28 Jun 2009 21:02:20 +0000
(21:02 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61239
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/osx/button_osx.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/osx/button_osx.cpp
b/src/osx/button_osx.cpp
index 29afcd388274b84eb33dfcd3945374c0fb57da9d..52208f4ed29bc86cf12b42172f618f188b27a2e6 100644
(file)
--- a/
src/osx/button_osx.cpp
+++ b/
src/osx/button_osx.cpp
@@
-42,7
+42,7
@@
bool wxButton::Create(wxWindow *parent,
// this check
if ( style & wxBU_NOTEXT )
{
- return wxControl::Create(parent, id,
lbl,
pos, size, style,
+ return wxControl::Create(parent, id, pos, size, style,
validator, name);
}