aboutsummaryrefslogtreecommitdiffstats
path: root/lib/wx/src/gen/wxCheckListBox.erl
diff options
context:
space:
mode:
authorDan Gudmundsson <[email protected]>2012-03-29 12:14:21 +0200
committerDan Gudmundsson <[email protected]>2012-03-29 12:14:21 +0200
commita7e1dafe23eb566c662d361e6dca192db9f816e5 (patch)
tree886078440eea5f347b962038ba92853d0ec3fc7b /lib/wx/src/gen/wxCheckListBox.erl
parent8d5372dcb2aaed98063d9a9c74a052612ecfa3ca (diff)
downloadotp-a7e1dafe23eb566c662d361e6dca192db9f816e5.tar.gz
otp-a7e1dafe23eb566c662d361e6dca192db9f816e5.tar.bz2
otp-a7e1dafe23eb566c662d361e6dca192db9f816e5.zip
[wx] Fix list in list in list specs
To many lists
Diffstat (limited to 'lib/wx/src/gen/wxCheckListBox.erl')
-rw-r--r--lib/wx/src/gen/wxCheckListBox.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/wx/src/gen/wxCheckListBox.erl b/lib/wx/src/gen/wxCheckListBox.erl
index 083a9e32f4..382345abfa 100644
--- a/lib/wx/src/gen/wxCheckListBox.erl
+++ b/lib/wx/src/gen/wxCheckListBox.erl
@@ -104,7 +104,7 @@ new(Parent,Id)
Parent::wxWindow:wxWindow(), Id::integer(),
Option :: {pos, {X::integer(), Y::integer()}}
| {size, {W::integer(), H::integer()}}
- | {choices, [[unicode:chardata()]]}
+ | {choices, [unicode:chardata()]}
| {style, integer()}
| {validator, wx:wx_object()}.
new(#wx_ref{type=ParentT,ref=ParentRef},Id, Options)