]> git.saurik.com Git - wxWidgets.git/blame - src/motif/utils.cpp
fixed translatable strings handling in XRC
[wxWidgets.git] / src / motif / utils.cpp
CommitLineData
4bb6408c
JS
1/////////////////////////////////////////////////////////////////////////////
2// Name: utils.cpp
3// Purpose: Various utilities
4// Author: Julian Smart
5// Modified by:
6// Created: 17/09/98
7// RCS-ID: $Id$
8// Copyright: (c) Julian Smart
518b5d2f 9// Licence: wxWindows licence
4bb6408c
JS
10/////////////////////////////////////////////////////////////////////////////
11
518b5d2f
VZ
12// ============================================================================
13// declarations
14// ============================================================================
15
16// ----------------------------------------------------------------------------
17// headers
18// ----------------------------------------------------------------------------
4bb6408c 19
f9488c66
JS
20#include "wx/setup.h"
21
bcd055ae
JJ
22#ifdef __VMS
23#define XtDisplay XTDISPLAY
24#endif
25
f9488c66
JS
26#include "../src/x11/utils.cpp"
27//#error no longer needed - wxX11 utils.cpp used instead
94b49b93 28