fixed bug 418766 (elapsed time not initialized in wxProgressDialog)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10475 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2001-06-09 17:07:10 +00:00
parent c7f9a482ec
commit 638bc56cf9

View File

@ -166,6 +166,7 @@ wxProgressDialog::wxProgressDialog(wxString const &title,
nTimeLabels++;
m_elapsed = CreateLabel(_("Elapsed time : "), &lastWindow);
SetTimeLabel(0, m_elapsed);
}
if ( style & wxPD_ESTIMATED_TIME )