Thread: SVN Commit by guillaume: r5416 - in trunk/pgadmin3/src: base ui

SVN Commit by guillaume: r5416 - in trunk/pgadmin3/src: base ui

From
svn@pgadmin.org
Date:
Author: guillaume

Date: 2006-09-29 23:24:38 +0100 (Fri, 29 Sep 2006)

New Revision: 5416

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5416&view=rev

Log:
Fix typos, per Milen A. Radev.



Modified:
   trunk/pgadmin3/src/base/sysLogger.cpp
   trunk/pgadmin3/src/ui/dlgFindReplace.xrc

Re: SVN Commit by guillaume: r5416 - in trunk/pgadmin3/src: base ui

From
"Dave Page"
Date:
Hi Guillaume,

Whenever an XRC file is updated, you also need to run the embed-xrc script in the UI directory - this will update the
xrcdialogs.cppfile which should also be committed to SVN. 

Cheers, Dave.

-----Original Message-----
From: pgadmin-hackers-owner@postgresql.org on behalf of svn@pgadmin.org
Sent: Fri 9/29/2006 11:24 PM
To: pgadmin-hackers@postgresql.org
Subject: [pgadmin-hackers] SVN Commit by guillaume: r5416 - in trunk/pgadmin3/src: base ui

Author: guillaume

Date: 2006-09-29 23:24:38 +0100 (Fri, 29 Sep 2006)

New Revision: 5416

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5416&view=rev

Log:
Fix typos, per Milen A. Radev.



Modified:
   trunk/pgadmin3/src/base/sysLogger.cpp
   trunk/pgadmin3/src/ui/dlgFindReplace.xrc

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster



Re: SVN Commit by guillaume: r5416 - in trunk/pgadmin3/src:

From
Guillaume Lelarge
Date:
Hi Dave,

Dave Page a écrit :
> Whenever an XRC file is updated, you also need to run the embed-xrc script in the UI directory - this will update the
xrcdialogs.cppfile which should also be committed to SVN. 
>

OK, it's done. Do I need to use stringmerge each time I use
stringextract ? I think this is needed but I just want to know your opinion.

Regards.


--
Guillaume.
<!-- http://abs.traduc.org/
     http://lfs.traduc.org/
     http://traduc.postgresqlfr.org/ -->

Re: SVN Commit by guillaume: r5416 - in trunk/pgadmin3/src: base ui

From
"Dave Page"
Date:

-----Original Message-----
From: "Guillaume Lelarge" <guillaume@lelarge.info>
To: "Dave Page" <dpage@vale-housing.co.uk>
Cc: "pgadmin-hackers@postgresql.org" <pgadmin-hackers@postgresql.org>
Sent: 01/10/06 18:24
Subject: Re: [pgadmin-hackers] SVN Commit by guillaume: r5416 - in trunk/pgadmin3/src: base ui

> OK, it's done.

Thanks.

> Do I need to use stringmerge each time I use
> stringextract ? I think this is needed but I just want to know your opinion.

Probably best to at this stage in the cycle.

Regards, Dave