From b58457d3abf507982a9590056b8008754de4007e Mon Sep 17 00:00:00 2001 From: dpage Date: Fri, 13 Mar 2009 16:21:42 +0000 Subject: [PATCH] Remove some unneeded characters. Mickael Deloison. git-svn-id: svn://svn.pgadmin.org/trunk/pgadmin3@7696 a7884b65-44f6-0310-8a51-81a127f17b15 --- pgadmin/pgscript/exceptions/pgsParameterException.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgadmin/pgscript/exceptions/pgsParameterException.cpp b/pgadmin/pgscript/exceptions/pgsParameterException.cpp index 816b9357e..dfe786ecc 100644 --- a/pgadmin/pgscript/exceptions/pgsParameterException.cpp +++ b/pgadmin/pgscript/exceptions/pgsParameterException.cpp @@ -30,6 +30,6 @@ const wxString pgsParameterException::message() const message.Prepend(wxT(">> ")); message.Prepend(generate_spaces(PGSOUTEXCEPTION.Length())); return wxString() << PGSOUTEXCEPTION << - wxString::Format(_("Parameter Exception - Some parameters are invalid:\n>> %s"), + wxString::Format(_("Parameter Exception - Some parameters are invalid:\n%s"), message.c_str()); } -- 2.39.5