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

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Don't hard-code the application name - we should be
Date: 2010-08-26 12:54:08
Message-ID: 201008261254.o7QCs84a036535@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers


Commit: http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=4fb1981bcf31549c16628e3cdea997de3aaf5bb1

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

Branch
------
REL-1_12_0_PATCHES

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 | 3436 ++++++++++++++++++++--------------------
9 files changed, 1729 insertions(+), 1729 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2010-08-26 15:01:57 pgAdmin III commit: Back to Unix endlines
Previous Message Dave Page 2010-08-26 11:41:39 Re: Issue with libpq < 8.4