Menu.FindItemById & MenuBar.FindItemById changed spelling in Phoenix; intentional?

While attempting to run my medium-sized wx app under Phoenix, I’ve found that

Menu.FindItemByItd -> Menu.FindItembyId (note lowercase ‘b’ in by)

MenuBar.FindItemById -> Menu.FindItembyId (same)

This isn’t consistent with other spellings in Phoenix, and breaks compatibility. Is this an unintended change?

Thanks!

Also, are these kinds of questions better here or wxpython-dev?

···

On Saturday, April 13, 2013 10:19:31 PM UTC-7, Joel Burton wrote:

While attempting to run my medium-sized wx app under Phoenix, I’ve found that

Menu.FindItemByItd → Menu.FindItembyId (note lowercase ‘b’ in by)

MenuBar.FindItemById → Menu.FindItembyId (same)

This isn’t consistent with other spellings in Phoenix, and breaks compatibility. Is this an unintended change?

Thanks!

Joel Burton wrote:

While attempting to run my medium-sized wx app under Phoenix, I've found
that

Menu.FindItemByItd -> Menu.FindItembyId (note lowercase 'b' in by)
MenuBar.FindItemById -> Menu.FindItembyId (same)

This isn't consistent with other spellings in Phoenix, and breaks
compatibility. Is this an unintended change?

Yes, it was a typo. I'll get the fix committed in the next day or so.

···

--
Robin Dunn
Software Craftsman

Joel Burton wrote:

Also, are these kinds of questions better here or wxpython-dev?

Here is okay, although wxPython-dev might be better for a while, at least until more people are using Phoenix.

···

--
Robin Dunn
Software Craftsman