Added missing reminder to fix implementation

This commit is contained in:
Örn Guðjónsson
2013-09-24 17:34:49 +00:00
parent cae3c943a5
commit 1b35859e9c

View File

@@ -500,6 +500,7 @@ void UpdateDialog::OnRunInstaller(wxCommandEvent&)
while(!UI::IsHostReadyToShutDown())
{
//FIXME: Do something proper instead of this loop.
Sleep(2000);
}