Mac Language and _()

From: Adam H(dot)Pendleton <fmonkey(at)fmonkey(dot)net>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Mac Language and _()
Date: 2004-09-21 16:49:01
Message-ID: 23E64F42-0BEE-11D9-934C-000A95B4F45C@fmonkey.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Andreas Pflug 2004-09-21 17:30:51 Re: Mac Language and _()
Previous Message Andreas Pflug 2004-09-21 16:48:25 Re: Further Mac woes