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 E1Upekx-0006Vn-Ks@gothos.postgresql.org
обсуждение исходный текст
Список 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(-)


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

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin III commit: Use wxT() instead of _T() which doesn't work on Sol
Следующее
От: Dave Page
Дата:
Сообщение: pgAdmin III commit: Check for the session (backend) on which the target