]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/radiobox.cpp
another update from Martin Srebotnjak <miles@filmsi.net>
[wxWidgets.git] / src / palmos / radiobox.cpp
index f592c79cd889a60e8f3e955f5faf36529b670893..c089a5550131646517ddf4e9233fecb333dcad35 100644 (file)
@@ -167,7 +167,7 @@ bool wxRadioBox::Create(wxWindow *parent,
         rb->Create(
               this,
               wxID_ANY,
-              choices[n],
+              choices[i],
               pos,
               size,
               ( n == 0 ? wxRB_GROUP : 0 ) |