Couple more Unicode fixes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3104 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ove Kaaven
1999-07-23 09:53:22 +00:00
parent 48a84964c6
commit 54c13c66d2
3 changed files with 5 additions and 5 deletions

View File

@@ -65,7 +65,7 @@ bool wxStaticLine::Create( wxWindow *parent,
m_hWnd = (WXHWND)::CreateWindow
(
_T("STATIC"),
"",
_T(""),
WS_VISIBLE | WS_CHILD |
SS_GRAYRECT | SS_SUNKEN, // | SS_ETCHEDFRAME,
pos.x, pos.y, sizeReal.x, sizeReal.y,