projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Wrong class used in _setCallbackInfo
[wxWidgets.git]
/
src
/
os2
/
tabctrl.cpp
diff --git
a/src/os2/tabctrl.cpp
b/src/os2/tabctrl.cpp
index 1b664f8b16d864cc0b44801622af4273548cc255..17f96a705d623ca7b780efe280b76167f8e7e090 100644
(file)
--- a/
src/os2/tabctrl.cpp
+++ b/
src/os2/tabctrl.cpp
@@
-197,7
+197,7
@@
int wxTabCtrl::GetRowCount() const
wxString wxTabCtrl::GetItemText(int item) const
{
// TODO
wxString wxTabCtrl::GetItemText(int item) const
{
// TODO
- return wxString(
""
);
+ return wxString(
wxEmptyString
);
}
// Get the item image
}
// Get the item image