pgAdmin III commit: Fix a number of strings where question marks were i - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin III commit: Fix a number of strings where question marks were i
Date
Msg-id 201104071246.p37CkjUd058923@gothos.postgresql.org
Whole thread Raw
List 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@gmail.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(-)


pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: Planning for 1.14 Beta 1
Next
From: Dave Page
Date:
Subject: Re: strings fixes