On Sun, May 16, 2010 at 11:26 PM, Johan Vromans <jvrom...@squirrel.nl> wrote: > Gabor Szabo <szab...@gmail.com> writes: > >> In the menus of Padre sometime we show names of files including underscores. >> Anyway, if I call the GetText method on the menu object it return >> blog__0014.pod > > I just added an underscore to a menu text in one of my programs and it > shows exactly with one underscore. > > Am I misunderstanding the problem?
In the menu it shows correctly but if you call $item->GetText on the freshly created menu object it returns it with 2 underscores. At least in our code. Gabor