projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added wxTE_PROCESS_TAB
[wxWidgets.git]
/
src
/
msw
/
radiobox.cpp
diff --git
a/src/msw/radiobox.cpp
b/src/msw/radiobox.cpp
index f49f7a857d7fb9ed4993c01763537644c150e9f2..dd9e9421fac28831ef28b594d3b2c097ed3d6ea3 100644
(file)
--- a/
src/msw/radiobox.cpp
+++ b/
src/msw/radiobox.cpp
@@
-23,6
+23,8
@@
#ifndef WX_PRECOMP
#include <stdio.h>
#include "wx/setup.h"
#ifndef WX_PRECOMP
#include <stdio.h>
#include "wx/setup.h"
+#include "wx/bitmap.h"
+#include "wx/brush.h"
#include "wx/radiobox.h"
#endif
#include "wx/radiobox.h"
#endif
@@
-592,7
+594,7
@@
wxString wxRadioBox::GetLabel(void) const
void wxRadioBox::SetLabel(const wxString& label)
{
void wxRadioBox::SetLabel(const wxString& label)
{
- if (m_hWnd
&& label
)
+ if (m_hWnd)
SetWindowText((HWND) m_hWnd, label);
}
SetWindowText((HWND) m_hWnd, label);
}