projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add wx/univ/tglbtn.h to wxUniv headers
[wxWidgets.git]
/
src
/
msw
/
treectrl.cpp
diff --git
a/src/msw/treectrl.cpp
b/src/msw/treectrl.cpp
index f3733657d919e55438873dba35c8695b4cffc7db..fac8ddbaeeebe070ca79e5e5807e571ccc58c2cb 100644
(file)
--- a/
src/msw/treectrl.cpp
+++ b/
src/msw/treectrl.cpp
@@
-934,7
+934,7
@@
void wxTreeCtrl::SetItemText(const wxTreeItemId& item, const wxString& text)
{
if ( item == m_idEdited )
{
- ::SetWindowText(hwndEdit, text);
+ ::SetWindowText(hwndEdit, text
.wx_str()
);
}
}
}