Mac Language and _() - Mailing list pgadmin-hackers

From Adam H.Pendleton
Subject Mac Language and _()
Date
Msg-id 23E64F42-0BEE-11D9-934C-000A95B4F45C@fmonkey.net
Whole thread Raw
Responses Re: Mac Language and _()
List 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 by date:

Previous
From: Andreas Pflug
Date:
Subject: Re: Further Mac woes
Next
From: Andreas Pflug
Date:
Subject: Re: Mac Language and _()