1
0
Fork 0
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:
Dominik Riebeling 2007-08-28 13:07:25 +00:00
parent 2d7c968614
commit be4d0a7795
2 changed files with 2 additions and 2 deletions

View file

@ -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())

View file

@ -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());