Mac Language and _()

Поиск
Список
Период
Сортировка
От Adam H.Pendleton
Тема Mac Language and _()
Дата
Msg-id 23E64F42-0BEE-11D9-934C-000A95B4F45C@fmonkey.net
обсуждение исходный текст
Ответы Re: Mac Language and _()  (Andreas Pflug <pgadmin@pse-consulting.de>)
Список pgadmin-hackers
I've isolated the pgAdmin3 crash on Mac:

listViews->AddPage(properties, _("Properties"));        //
NBP_PROPERTIES

This fails, but this:

listViews->AddPage(properties, wxT("Properties"));        //
NBP_PROPERTIES

succeeds, so clearly there is something amiss with the
unicode/translation stuff.  It probably has something to do with the
fact that pgAdmin3 thinks I'm Chinese.  I'm not sure what to do
next...any ideas?

ahp


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Andreas Pflug
Дата:
Сообщение: Re: Further Mac woes
Следующее
От: Andreas Pflug
Дата:
Сообщение: Re: Mac Language and _()