projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c68b896
)
Fix typo in wxOwnerDrawnComboBox ctor documentation.
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Wed, 15 Feb 2012 15:40:07 +0000
(15:40 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Wed, 15 Feb 2012 15:40:07 +0000
(15:40 +0000)
"[]" was in the wrong place.
Closes #13987.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70606
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
interface/wx/odcombo.h
patch
|
blob
|
blame
|
history
diff --git
a/interface/wx/odcombo.h
b/interface/wx/odcombo.h
index 7eae282d8fb74a4d2a906568bd113a8c51a82885..568079dc2263edadd33dfbe469c57a15716fe23e 100644
(file)
--- a/
interface/wx/odcombo.h
+++ b/
interface/wx/odcombo.h
@@
-100,7
+100,7
@@
public:
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
int n = 0,
- const wxString
[] choices
= NULL,
+ const wxString
choices[]
= NULL,
long style = 0,
const wxValidator& validator = wxDefaultValidator,
const wxString& name = "comboBox");