]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/choice.cpp
Added George Tasker's forward slash fix to file dialog; added some consts to prntbase.h;
[wxWidgets.git] / src / msw / choice.cpp
index 4bba2263d7e1711c595c84382e3b827fa2eb65a5..a31cd8a3663c9c142df7e3f0359e24b0b2ceb788 100644 (file)
@@ -59,7 +59,7 @@ bool wxChoice::Create(wxWindow *parent, wxWindowID id,
   if (parent) parent->AddChild(this);
   SetBackgroundColour(parent->GetBackgroundColour()) ;
   SetForegroundColour(parent->GetForegroundColour()) ;
-  m_noStrings = n;
+  m_noStrings = 0;
 
   m_windowStyle = style;