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