Skip to content

Commit

Permalink
Fixed update complete dialog being hidden by download progress dialog.
Browse files Browse the repository at this point in the history
git-svn-id: http://better-oblivion-sorting-software.googlecode.com/svn@5514 bfee223e-1fc4-11de-b650-e715bd6d7cf1
  • Loading branch information
Ortham committed Sep 29, 2012
1 parent df20902 commit 59d12b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/trunk/boss-gui/GUI/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -951,6 +951,7 @@ void MainFrame::Update(string updateVersion) {
try {
bUpdater.ProgDialog(progDia);
bUpdater.GetUpdate(fs::path(file), updateVersion);
progDia->Destroy();

//Remind the user to run the installer.
wxMessageBox(translate("New installer successfully downloaded! When you click 'OK', BOSS will launch the downloaded installer and exit. Complete the installer to complete the update."), translate("BOSS: Automatic Updater"), wxOK | wxICON_INFORMATION, this);
Expand Down

0 comments on commit 59d12b3

Please sign in to comment.