more Unicode fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23098 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2003-08-22 10:00:25 +00:00
parent 2d26882cdf
commit 42c37decc5
9 changed files with 36 additions and 39 deletions

View File

@@ -133,7 +133,7 @@ bool csApp::CreatePalette(wxFrame *parent)
palette->AddTool(PALETTE_ARROW, PaletteArrow, wxNullBitmap, TRUE, 0, -1, NULL, _T("Pointer"));
palette->AddTool(PALETTE_TEXT_TOOL, TextTool, wxNullBitmap, TRUE, 0, -1, NULL, _T("Text"));
char** symbols = new char*[20];
wxChar** symbols = new wxChar*[20];
int noSymbols = 0;
symbols[noSymbols] = _T("Wide Rectangle");