mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
rbutilQt: the progressloggergui now uses little icons along the text.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14105 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c3a72f1b0a
commit
5df9fc5c40
15 changed files with 166 additions and 128 deletions
|
|
@ -76,7 +76,7 @@ void InstallZipWindow::accept()
|
|||
userSettings->setValue("defaults/mountpoint", mountPoint);
|
||||
}
|
||||
else {
|
||||
logger->addItem(tr("Mount point is wrong!"));
|
||||
logger->addItem(tr("Mount point is wrong!"),LOGERROR);
|
||||
logger->abort();
|
||||
return;
|
||||
}
|
||||
|
|
@ -84,9 +84,9 @@ void InstallZipWindow::accept()
|
|||
userSettings->sync();
|
||||
|
||||
// create Zip installer
|
||||
installer = new ZipInstaller(this);
|
||||
|
||||
QString fileName = url.section('/', -1);
|
||||
installer = new ZipInstaller(this);
|
||||
|
||||
QString fileName = url.section('/', -1);
|
||||
installer->setFilename(fileName);
|
||||
installer->setUrl(url);
|
||||
installer->setProxy(proxy);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue