pgAdmin III commit: Use wxT() instead of _T() which doesn't work on Sol

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Use wxT() instead of _T() which doesn't work on Sol
Date: 2013-06-20 13:07:25
Message-ID: E1UpeaD-0006Br-Gv@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Use wxT() instead of _T() which doesn't work on Solaris.

Branch
------
REL-1_16_0_PATCHES

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=b9bc75dc4d270e49597f83baca0a43465c26bd45

Modified Files
--------------
pgadmin/dd/dditems/figures/ddColumnKindIcon.cpp | 2 +-
pgadmin/dd/dditems/locators/ddAddColLocator.cpp | 2 +-
.../dd/dditems/locators/ddMinMaxTableLocator.cpp | 2 +-
.../dd/dditems/locators/ddRemoveTableLocator.cpp | 2 +-
.../dditems/locators/ddScrollBarTableLocator.cpp | 2 +-
.../dd/dditems/locators/ddTableBottomLocator.cpp | 2 +-
pgadmin/dd/ddmodel/ddBrowserDataContainer.cpp | 2 +-
pgadmin/dd/ddmodel/ddDBReverseEnginering.cpp | 24 ++--
pgadmin/dd/ddmodel/ddGenerationWizard.cpp | 22 ++--
pgadmin/debugger/dbgPgConn.cpp | 2 +-
.../connectors/hdStickyRectangleConnector.cpp | 2 +-
.../figures/defaultAttributes/hdFillAttribute.cpp | 2 +-
.../defaultAttributes/hdFontColorAttribute.cpp | 2 +-
.../figures/defaultAttributes/hdLineAttribute.cpp | 2 +-
pgadmin/hotdraw/figures/hdAbstractFigure.cpp | 2 +-
pgadmin/hotdraw/figures/hdAttributeFigure.cpp | 2 +-
pgadmin/hotdraw/figures/hdPolyLineFigure.cpp | 2 +-
.../handles/hdChangeConnectionEndHandle.cpp | 2 +-
.../handles/hdChangeConnectionStartHandle.cpp | 2 +-
pgadmin/hotdraw/main/hdDrawing.cpp | 2 +-
pgadmin/hotdraw/tools/hdCanvasMenuTool.cpp | 2 +-
pgadmin/hotdraw/tools/hdPolyLineFigureTool.cpp | 2 +-
pgadmin/hotdraw/tools/hdSimpleTextTool.cpp | 2 +-
pgadmin/hotdraw/utilities/hdCollection.cpp | 2 +-
pgadmin/hotdraw/utilities/hdPoint.cpp | 2 +-
pgadmin/hotdraw/utilities/hdRemoveDeleteDialog.cpp | 2 +-
pgadmin/ogl/basic.cpp | 136 ++++++++++----------
pgadmin/ogl/bmpshape.cpp | 4 +-
pgadmin/ogl/composit.cpp | 40 +++---
pgadmin/ogl/drawn.cpp | 52 ++++----
pgadmin/ogl/lines.cpp | 22 ++--
pgadmin/ogl/ogldiag.cpp | 60 ++++-----
32 files changed, 204 insertions(+), 204 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2013-06-20 13:18:31 pgAdmin III commit: Use wxT() instead of _T() which doesn't work on Sol
Previous Message Ashesh Vashi 2013-06-20 10:07:28 Re: PATCH: Debugger Redesign