strings fixes

Поиск
Список
Период
Сортировка
От Timon
Тема strings fixes
Дата
Msg-id BANLkTikMB40-qiC8JvXoUHSBek0pbb69+g@mail.gmail.com
обсуждение исходный текст
Ответы Re: strings fixes  (Dave Page <dpage@pgadmin.org>)
Список pgadmin-hackers
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

Вложения

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

Предыдущее
От: Dave Page
Дата:
Сообщение: Google Summer of Code 2011
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Rework on the dialogs UI