compilation fix for Unicode build (patch 1546975)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41145 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
bec08b3946
commit
dd2040736c
@ -40,7 +40,7 @@
|
||||
#endif
|
||||
|
||||
// used as title for several dialog boxes
|
||||
static const wxChar SAMPLE_TITLE[] = "wxWidgets Font Sample";
|
||||
static const wxChar SAMPLE_TITLE[] = _T("wxWidgets Font Sample");
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// private classes
|
||||
|
Loading…
Reference in New Issue
Block a user