]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/progdlgg.h
wxMac GSocket C -> C++
[wxWidgets.git] / include / wx / generic / progdlgg.h
index e944e1a13232a0b787b2d938e302b38c4f869026..a267427ae015725884f9b1a88d48b975a7cec37e 100644 (file)
@@ -78,9 +78,8 @@ protected:
 
 private:
    // create the label with given text and another one to show the time nearby
-   // under the lastWindow and modify it to be the same as the control created
-   // (which is returned)
-   wxStaticText *CreateLabel(const wxString& text, wxWindow **lastWindow);
+   // as the next windows in the sizer, returns the created control
+   wxStaticText *CreateLabel(const wxString& text, wxSizer *sizer);
 
    // the status bar
    wxGauge *m_gauge;