]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/combobox.mm
Make wxUIActionSimulator mouse move events marginally more precise.
[wxWidgets.git] / src / cocoa / combobox.mm
index 14c8d35532afba3ccc4ccd19c92a1232598bff65..f9d8da8edf0b00a31de13a99f3699f422163affb 100644 (file)
@@ -12,7 +12,7 @@
 //
 // Impl notes:
 // There is no custom data source because doing so unnecessarily sacrifices
-// some native autocompletion behavior (we would have to make our own -
+// some native autocompletion behaviour (we would have to make our own -
 // the SimpleComboBox sample does so in the developer folder that
 // comes with OSX).  One reason you might want this would be to have
 // only one array or be able to display numbers returned by an NSNumber