mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Display the correct icon upon success.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14164 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4cc01f735b
commit
05b8a9252c
1 changed files with 1 additions and 1 deletions
|
|
@ -349,7 +349,7 @@ void BootloaderInstaller::iaudioFinish()
|
||||||
|
|
||||||
downloadFile.remove();
|
downloadFile.remove();
|
||||||
|
|
||||||
m_dp->addItem(tr("Bootloader install finished successfully."),LOGERROR);
|
m_dp->addItem(tr("Bootloader install finished successfully."),LOGOK);
|
||||||
m_dp->abort();
|
m_dp->abort();
|
||||||
|
|
||||||
emit done(false); // success
|
emit done(false); // success
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue