pgAdmin III commit: Fix a number of strings where question marks were i

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix a number of strings where question marks were i
Date: 2011-04-07 12:46:45
Message-ID: 201104071246.p37CkjUd058923@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix a number of strings where question marks were inadvertently included
inside quotes when they should have followed.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=9af932a6faaefb6cbaade581303f9c712daa3712
Author: Timon <timosha(at)gmail(dot)com>

Modified Files
--------------
pgadmin/schema/edbPackage.cpp | 2 +-
pgadmin/schema/edbSynonym.cpp | 2 +-
pgadmin/schema/gpExtTable.cpp | 2 +-
pgadmin/schema/gpResQueue.cpp | 2 +-
pgadmin/schema/pgAggregate.cpp | 2 +-
pgadmin/schema/pgCast.cpp | 2 +-
pgadmin/schema/pgColumn.cpp | 2 +-
pgadmin/schema/pgConversion.cpp | 2 +-
pgadmin/schema/pgDatabase.cpp | 2 +-
pgadmin/schema/pgDomain.cpp | 2 +-
pgadmin/schema/pgExtension.cpp | 2 +-
pgadmin/schema/pgForeignDataWrapper.cpp | 2 +-
pgadmin/schema/pgForeignServer.cpp | 2 +-
pgadmin/schema/pgForeignTable.cpp | 2 +-
pgadmin/schema/pgFunction.cpp | 6 +++---
pgadmin/schema/pgGroup.cpp | 2 +-
pgadmin/schema/pgIndex.cpp | 2 +-
pgadmin/schema/pgLanguage.cpp | 2 +-
pgadmin/schema/pgOperator.cpp | 2 +-
pgadmin/schema/pgOperatorClass.cpp | 2 +-
pgadmin/schema/pgOperatorFamily.cpp | 2 +-
pgadmin/schema/pgRole.cpp | 4 ++--
pgadmin/schema/pgRule.cpp | 2 +-
pgadmin/schema/pgSchema.cpp | 2 +-
pgadmin/schema/pgSequence.cpp | 2 +-
pgadmin/schema/pgTablespace.cpp | 2 +-
pgadmin/schema/pgTextSearchConfiguration.cpp | 2 +-
pgadmin/schema/pgTextSearchDictionary.cpp | 2 +-
pgadmin/schema/pgTextSearchParser.cpp | 2 +-
pgadmin/schema/pgTextSearchTemplate.cpp | 2 +-
pgadmin/schema/pgTrigger.cpp | 2 +-
pgadmin/schema/pgType.cpp | 2 +-
pgadmin/schema/pgUser.cpp | 2 +-
pgadmin/schema/pgUserMapping.cpp | 2 +-
pgadmin/schema/pgView.cpp | 2 +-
35 files changed, 38 insertions(+), 38 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2011-04-07 12:46:46 Re: strings fixes
Previous Message Guillaume Lelarge 2011-04-07 12:33:50 Re: Planning for 1.14 Beta 1