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

From svn@pgadmin.org
Subject SVN Commit by mha: r7664 - in trunk/pgadmin3/pgadmin: include/pgscript include/utils pgscript/exceptions pgscript/expressions pgscript/statements utils
Date
Msg-id 200903102038.n2AKcvT0016551@developer.pgadmin.org
Whole thread Raw
List 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 by date:

Previous
From: Dave Page
Date:
Subject: Re: Some notes on pgAdmin
Next
From: Magnus Hagander
Date:
Subject: Re: [pgScript patch] Output + bug fix