projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix ANI loading; check for errors when calling Read()
[wxWidgets.git]
/
src
/
os2
/
stattext.cpp
diff --git
a/src/os2/stattext.cpp
b/src/os2/stattext.cpp
index 3f6e73d52285dd2f5245c19ed97f3bb7239d7f79..1ee58a4b8c867543dd157eef1d5b6ebd2b8f30c5 100644
(file)
--- a/
src/os2/stattext.cpp
+++ b/
src/os2/stattext.cpp
@@
-283,7
+283,6
@@
void wxStaticText::DoSetLabel(const wxString& str)
wxString wxStaticText::DoGetLabel() const
{
wxString wxStaticText::DoGetLabel() const
{
- // FIXME: how to retrieve the text?
- //return wxGetWindowText(GetHWND());
+ return wxGetWindowText(GetHwnd());
}
}