SVN Commit by mha: r7664 - in trunk/pgadmin3/pgadmin: include/pgscript include/utils pgscript/exceptions pgscript/expressions pgscript/statements utils

Поиск
Список
Период
Сортировка
От svn@pgadmin.org
Тема SVN Commit by mha: r7664 - in trunk/pgadmin3/pgadmin: include/pgscript include/utils pgscript/exceptions pgscript/expressions pgscript/statements utils
Дата
Msg-id 200903102038.n2AKcvT0016551@developer.pgadmin.org
обсуждение исходный текст
Список pgadmin-hackers
Author: mha

Date: 2009-03-10 20:38:57 +0000 (Tue, 10 Mar 2009)

New Revision: 7664

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=7664&view=rev

Log:
Move pgScript output prefixes to constants, instead of being embedded
in all strings. Also make the error messages (but not the prefixes)
translatable.

Mickael Deloison with some surgery from me



Modified:
   trunk/pgadmin3/pgadmin/include/pgscript/pgScript.h
   trunk/pgadmin3/pgadmin/include/utils/misc.h
   trunk/pgadmin3/pgadmin/pgscript/exceptions/pgsArithmeticException.cpp
   trunk/pgadmin3/pgadmin/pgscript/exceptions/pgsAssertException.cpp
   trunk/pgadmin3/pgadmin/pgscript/exceptions/pgsCastException.cpp
   trunk/pgadmin3/pgadmin/pgscript/exceptions/pgsInterruptException.cpp
   trunk/pgadmin3/pgadmin/pgscript/exceptions/pgsParameterException.cpp
   trunk/pgadmin3/pgadmin/pgscript/expressions/pgsExecute.cpp
   trunk/pgadmin3/pgadmin/pgscript/statements/pgsPrintStmt.cpp
   trunk/pgadmin3/pgadmin/pgscript/statements/pgsStmtList.cpp
   trunk/pgadmin3/pgadmin/utils/misc.cpp

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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: Some notes on pgAdmin
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: [pgScript patch] Output + bug fix