On Thu, 12 Sep 2002 15:11:58 +0200 (Romance Daylight Time) Vadim Zeitlin 
<[EMAIL PROTECTED]> wrote:

VZ> NB> More questions - I didn't want to change all text strings at lines 479-515
VZ> NB> in AdbFrame.cpp, so I used
VZ> NB> 
VZ> NB> wxGetTranslation(String(fields[n].label)) at line 3589 and others. Is it OK?
VZ> NB> 
VZ> NB> Similar at line 2153 - can I use String() or should I change
VZ> NB> 'const char *szName' to 'const wxChar *szName' in AdbDataProvider.h?
VZ> 
VZ>  Well, you can do it like this, of course, but it's not ideal because this
VZ> means that we have an unnecessary ASCII -> Unicode conversion during
VZ> run-time (instead of compile-time with _T()).

But I can't use wxGetTranslation(_T(fields[n].label)). So should I change
all lines
gettext_noop("Nick &Name") to gettext_noop(_T("Nick &Name"))? Or maybe
gettext_noop can be changed?

Regards,
Nerijus



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to