Fixed revertion to "Add game" button string after a "Mass add" was processed.

svn-id: r35788
This commit is contained in:
Johannes Schickel 2009-01-08 17:08:24 +00:00
parent c7e29bb788
commit 23f23d7491

View File

@ -646,6 +646,10 @@ void LauncherDialog::addGame() {
updateListing();
draw();
}
// We need to update the buttons here, so "Mass add" will revert to "Add game"
// without any additional event.
updateButtons();
return;
}