forked from len0rd/rockbox
Rename logfile section for base install to something more descriptive (as it is displayed in the uninstall dialog)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14489 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2d7c968614
commit
be4d0a7795
2 changed files with 2 additions and 2 deletions
|
|
@ -98,7 +98,7 @@ void Install::accept()
|
|||
installer = new ZipInstaller(this);
|
||||
installer->setUrl(file);
|
||||
installer->setProxy(proxy);
|
||||
installer->setLogSection("rockboxbase");
|
||||
installer->setLogSection("Rockbox (Base)");
|
||||
if(!userSettings->value("defaults/cachedisable").toBool()
|
||||
&& !ui.radioCurrent->isChecked()
|
||||
&& !ui.checkBoxCache->isChecked())
|
||||
|
|
|
|||
|
|
@ -461,7 +461,7 @@ bool RbUtilQt::installAuto()
|
|||
ZipInstaller* installer = new ZipInstaller(this);
|
||||
installer->setUrl(file);
|
||||
installer->setProxy(proxy());
|
||||
installer->setLogSection("rockboxbase");
|
||||
installer->setLogSection("Rockbox (Base)");
|
||||
installer->setLogVersion(myversion);
|
||||
if(!userSettings->value("defaults/cachedisable").toBool())
|
||||
installer->setCache(userSettings->value("defaults/cachepath", QDir::tempPath()).toString());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue