Re: [pgScript patch] Output + bug fix

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: Mickael Deloison <mdeloison(at)gmail(dot)com>, pgadmin-hackers(at)postgresql(dot)org
Subject: Re: [pgScript patch] Output + bug fix
Date: 2009-03-09 13:42:41
Message-ID: 49B51CD1.9070608@hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Dave Page wrote:
> On Mon, Mar 9, 2009 at 1:29 PM, Magnus Hagander <magnus(at)hagander(dot)net> wrote:
>> Hi!
>>
>> Attached is a modified version of this patch, with one question left to
>> solve. Changes are:
>>
>> * Moved the space after the ] in the prefix into the prefix instead, so
>> it doesn't have to be included in every string everywhere.
>
> pgsCastException.cpp still appears to have a leading space on it's
> error message.

Meh. I fixed that in my tree, but forgot to do a new "svn diff" before I
sent it to the list...

Thx for pointing it out though :-)

//Magnus

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2009-03-09 13:59:39 SVN Commit by dpage: r7651 - in trunk/pgadmin3: . pgadmin pgadmin/frm pgadmin/include pgadmin/include/frm pkg/win32/src
Previous Message Dave Page 2009-03-09 13:40:47 Re: [pgScript patch] Output + bug fix