Hello!
Just upgraded to wxPython-2.5 (gtk2).
I have some code like this:
self.filemenu.Append(ID_CONFIG_PAGINA, "Configurar &página", "Configurar
página")
which in wxPython 2.4 (gtk) worked just fine, but now the accented word (in
fact, the hole string) doesn't shows up (the menu shows a blank space)
I suspect it has to do with gtk2 vs gtk1.
Any suggestions?
Regards
Juan Pablo