]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/combobox.cpp
Filter out subframes from the ie backend history and the sample. Also document that...
[wxWidgets.git] / src / univ / combobox.cpp
index d738b49f7cbc958a841d1dfc1f582cd108f495b8..95df6afad42a1d6e3adfbea3269e4ca412501823 100644 (file)
@@ -409,7 +409,7 @@ void wxComboBox::SetSelection(int n)
 
 int wxComboBox::GetSelection() const
 {
-#if 1 // FIXME:: What is the correct behavior?
+#if 1 // FIXME:: What is the correct behaviour?
     // if the current value isn't one of the listbox strings, return -1
     return GetLBox()->GetSelection();
 #else