Web pgadmin.org
 Home 
 ·  ·  ·  ·  ·  ·  · 
Re: Re : Copy from Edit data, Paste into OpenOffice

Re: Re : Copy from Edit data, Paste into OpenOffice



Laurent ROCHE wrote:
> Well, it works for me too ... in english !
> It's down to the problem I mentioned in another post: when using the French version "Tab" is translated by "Tabulation" and does not produce Tab separated file !
> 
> I just need to shorten the string from Tabulation to Tab ... and it works even in French !
> I suppose an easy way to avoid this would be to have a choice of separation characters with radio buttons (; , | tab) and the last one with an edit zone to be able to type in your own !

Or easier yet, equate '\t' with _("Tab") rather than wxT("Tab") (the
former being the translated string, the later, a literal).

Commited for 1.6.3.

Regards, Dave



Home | Main Index | Thread Index

top