[1178593] Outdated exclamation mark.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33413 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2005-04-07 14:52:22 +00:00
parent 447d184e0f
commit 60ad766eb5

View File

@@ -427,7 +427,7 @@ wxProgressDialog::Update(int value, const wxString& newmsg, bool *skip)
EnableCloseButton(); EnableCloseButton();
#endif // __WXMSW__ #endif // __WXMSW__
if ( !newmsg.empty() ) if ( newmsg.empty() )
{ {
// also provide the finishing message if the application didn't // also provide the finishing message if the application didn't
m_msg->SetLabel(_("Done.")); m_msg->SetLabel(_("Done."));