]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/widgets/button.cpp
Missed labels to replace number of 'topicNNN' in anchors.
[wxWidgets.git] / samples / widgets / button.cpp
index 1fd14bf6a320f7a055dac1e9a3a8bf87ebc8f996..3c5c9c9b3e4a8caa55dfbfb55915d0004de77970 100644 (file)
@@ -105,7 +105,7 @@ protected:
     wxRadioBox *m_radioHAlign,
                *m_radioVAlign;
 
-    // the gauge itself and the sizer it is in
+    // the button itself and the sizer it is in
     wxButton *m_button;
     wxSizer *m_sizerButton;
 
@@ -168,7 +168,7 @@ ButtonWidgetsPage::ButtonWidgetsPage(wxNotebook *notebook,
     m_chkDefault = CreateCheckBoxAndAddToSizer(sizerLeft, _T("&Default"));
 
 #ifndef __WXUNIVERSAL__
-    // only wxUniv currently supoprts buttons with images
+    // only wxUniv currently supports buttons with images
     m_chkImage->Disable();
 #endif // !wxUniv