| 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:18:31 |
| Message-ID: | E1Upekx-0006Vn-Ks@gothos.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
Use wxT() instead of _T() which doesn't work on Solaris.
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=c73b1a97befa6bb98b59f65622da5028ac444b78
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 ++--
.../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 ++++-----
pgadmin/pgAdmin3.cpp | 2 +-
32 files changed, 204 insertions(+), 204 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dave Page | 2013-06-20 13:43:28 | pgAdmin III commit: Check for the session (backend) on which the target |
| Previous Message | Dave Page | 2013-06-20 13:07:25 | pgAdmin III commit: Use wxT() instead of _T() which doesn't work on Sol |