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

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin III commit: Use wxT() instead of _T() which doesn't work on Sol
Дата
Msg-id E1UpeaD-0006Br-Gv@gothos.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Ashesh Vashi
Дата:
Сообщение: Re: PATCH: Debugger Redesign
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin III commit: Use wxT() instead of _T() which doesn't work on Sol