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

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by mha: r7664 - in trunk/pgadmin3/pgadmin: include/pgscript include/utils pgscript/exceptions pgscript/expressions pgscript/statements utils
Date: 2009-03-10 20:38:57
Message-ID: 200903102038.n2AKcvT0016551@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Magnus Hagander 2009-03-10 20:39:25 Re: [pgScript patch] Output + bug fix
Previous Message Dave Page 2009-03-10 20:29:54 Re: Some notes on pgAdmin