From: Mark W. <ma...@ne...> - 2006-11-08 11:46:34
|
Hi Mattia, I wanted to use the Wx::MenuBar::FindItem method but I was getting a strange error. So I looked at Menu.xs and in the Wx::MenuBar section I noticed that line 442 was: wxMenu::FindItem( id ) where I expected it to be wxMenuBar::FindItem( id ) So I changed and recompiled and my code works ok now. I want to confirm that this was a bug before I commit. Cheers Mark |