Re: strings fixes

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: strings fixes
Дата
Msg-id BANLkTimVZna3BPFagwcdPsLL6hopzmwNyw@mail.gmail.com
обсуждение исходный текст
Ответ на strings fixes  (Timon <timosha@gmail.com>)
Ответы Re: strings fixes  (Timon <timosha@gmail.com>)
Список pgadmin-hackers
Thanks, patch applied.

On Thu, Apr 7, 2011 at 11:03 AM, Timon <timosha@gmail.com> wrote:
> In some files I found strings like this:
> Are you sure you wish to drop column \"%s?\"
> but they should be like this
> Are you sure you wish to drop column \"%s\"?
>
> Patch in attachment fixes all such occurrences.
> Or you can just run little script:
> find -name *.cpp -exec sed -i 's/\\"%s?\\"/\\"%s\\"?/' {} \;
>
> --
> All bugs reserved
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>
>



--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

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

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin III commit: Fix a number of strings where question marks were i
Следующее
От: Dave Page
Дата:
Сообщение: Re: Rework on the dialogs UI