mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 14:51:40 +00:00
Fixed revertion to "Add game" button string after a "Mass add" was processed.
svn-id: r35788
This commit is contained in:
parent
c7e29bb788
commit
23f23d7491
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user