Fixes for the UNICODE build

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25073 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-01-06 21:17:32 +00:00
parent 0a64020858
commit 089142a562
7 changed files with 21 additions and 21 deletions

View File

@@ -38,9 +38,9 @@
%pythoncode { wx = core }
MAKE_CONST_WXSTRING2(DynamicSashNameStr, "dynamicSashWindow");
MAKE_CONST_WXSTRING2(EditableListBoxNameStr, "editableListBox");
MAKE_CONST_WXSTRING2(TreeListCtrlNameStr, "treelistctrl");
MAKE_CONST_WXSTRING2(DynamicSashNameStr, wxT("dynamicSashWindow"));
MAKE_CONST_WXSTRING2(EditableListBoxNameStr, wxT("editableListBox"));
MAKE_CONST_WXSTRING2(TreeListCtrlNameStr, wxT("treelistctrl"));
MAKE_CONST_WXSTRING_NOSWIG(EmptyString);