]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/controls/controls.cpp
corrections to directory management for Mac OS X
[wxWidgets.git] / samples / controls / controls.cpp
index 8fe30a9a9a845c84ffd932dd76618946fc14ed7a..bb4c79081747b1da65c56c14e24b416dc455e1e4 100644 (file)
@@ -794,6 +794,7 @@ MyPanel::MyPanel( wxFrame *frame, int x, int y, int w, int h )
     (void)new wxToggleButton(panel, ID_BUTTON_LABEL,
                              "&Toggle label", wxPoint(250, 20));
 #endif // wxUSE_TOGGLEBTN
+
     m_label = new wxStaticText(panel, -1, "Label with some long text",
                                wxPoint(250, 60), wxDefaultSize,
                                wxALIGN_RIGHT /*| wxST_NO_AUTORESIZE*/);