pgAdmin III commit: Don't hard-code the application name - we should be - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin III commit: Don't hard-code the application name - we should be
Date
Msg-id 201008261254.o7QCs8ct036531@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Commit: http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=cdb9d54d96c003971de8f578705bb96e751ab66c

Log Message
-----------
Don't hard-code the application name - we should be using the appearance factory.

Branch
------
master

Modified Files
--------------
pgadmin/dlg/dlgClasses.cpp    |    2 +-
pgadmin/frm/frmEditGrid.cpp   |    2 +-
pgadmin/frm/frmHbaConfig.cpp  |    2 +-
pgadmin/frm/frmMainConfig.cpp |    2 +-
pgadmin/frm/frmQuery.cpp      |    4 ++--
pgadmin/frm/frmStatus.cpp     |    2 +-
pgadmin/pgAdmin3.cpp          |    6 +++---
pgadmin/schema/pgDatabase.cpp |    2 +-
pgadmin/schema/pgServer.cpp   |    6 +++---
9 files changed, 14 insertions(+), 14 deletions(-)


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: Issue with libpq < 8.4
Next
From: Dave Page
Date:
Subject: pgAdmin III commit: Ensure we try to set the application name on Window