]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/window.cpp
Add more _T() in asserts...
[wxWidgets.git] / src / gtk1 / window.cpp
index 24823403c34155d10c41c8667455cc6fe2067328..7e01371333a7d3f8727315aaf1aae07574853a10 100644 (file)
@@ -1799,6 +1799,7 @@ void wxWindow::Init()
     m_insertCallback = (wxInsertChildFunction) NULL;
 
     m_isStaticBox = FALSE;
+    m_isRadioButton = FALSE;
     m_acceptsFocus = FALSE;
 }