projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
9c89599
)
GetLabelTop should return the stripped label, for compatibility.
author
Julian Smart
<julian@anthemion.co.uk>
Mon, 13 Aug 2007 15:32:08 +0000
(15:32 +0000)
committer
Julian Smart
<julian@anthemion.co.uk>
Mon, 13 Aug 2007 15:32:08 +0000
(15:32 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48050
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/common/menucmn.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/common/menucmn.cpp
b/src/common/menucmn.cpp
index fa0bfec3d72499d42a46bdcbe3455099e9decc3a..edceb72cc52c0e9a4e5819276ef2f508f6ddde59 100644
(file)
--- a/
src/common/menucmn.cpp
+++ b/
src/common/menucmn.cpp
@@
-848,7
+848,7
@@
void wxMenuBarBase::SetLabelTop(size_t pos, const wxString& label)
wxString wxMenuBarBase::GetLabelTop(size_t pos) const
{
wxString wxMenuBarBase::GetLabelTop(size_t pos) const
{
- return GetMenuLabel(pos);
+ return GetMenuLabel
Text
(pos);
}
#endif
}
#endif