forked from len0rd/rockbox
When detecting a macpod cancel bootloader installation. Add a link to IpodConverstionToFAT32 wiki page.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14985 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ca46a3d095
commit
43d577e0f3
1 changed files with 12 additions and 2 deletions
|
@ -732,7 +732,12 @@ void BootloaderInstaller::ipodPrepare()
|
|||
|
||||
if (ipod.macpod)
|
||||
{
|
||||
m_dp->addItem(tr("Warning this is a MacPod, Rockbox doesnt work on this. Convert it to WinPod"),LOGWARNING);
|
||||
m_dp->addItem(tr("Warning this is a MacPod, Rockbox doesnt work on "
|
||||
"this. Convert it to WinPod\n"
|
||||
"See http://www.rockbox.org/wiki/IpodConverstionToFAT32"),
|
||||
LOGWARNING);
|
||||
emit done(true);
|
||||
return;
|
||||
}
|
||||
|
||||
if (ipod_reopen_rw(&ipod) < 0)
|
||||
|
@ -829,7 +834,12 @@ void BootloaderInstaller::ipodFinish()
|
|||
|
||||
if (ipod.macpod)
|
||||
{
|
||||
m_dp->addItem(tr("Warning this is a MacPod, Rockbox doesnt work on this. Convert it to WinPod"),LOGWARNING);
|
||||
m_dp->addItem(tr("Warning this is a MacPod, Rockbox doesnt work on "
|
||||
"this. Convert it to WinPod\n"
|
||||
"See http://www.rockbox.org/wiki/IpodConverstionToFAT32"),
|
||||
LOGWARNING);
|
||||
emit done(true);
|
||||
return;
|
||||
}
|
||||
|
||||
if (ipod_reopen_rw(&ipod) < 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue