projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix the comparison function in the list control sample to do what it says.
[wxWidgets.git]
/
include
/
wx
/
msw
/
frame.h
diff --git
a/include/wx/msw/frame.h
b/include/wx/msw/frame.h
index 348853262afa6d1e77e50492601fe583cb4ce8bd..d528a882dd9019346664575d0a306857f3cf6cd2 100644
(file)
--- a/
include/wx/msw/frame.h
+++ b/
include/wx/msw/frame.h
@@
-60,7
+60,7
@@
public:
// Status bar
#if wxUSE_STATUSBAR
virtual wxStatusBar* OnCreateStatusBar(int number = 1,
- long style = wxST
_SIZEGRIP
,
+ long style = wxST
B_DEFAULT_STYLE
,
wxWindowID id = 0,
const wxString& name = wxStatusLineNameStr);