forked from len0rd/rockbox
- rework language selection a bit: use language string as key instead of language file basename. Display the language string in the selection list too. This makes it possible to distinguish between two variants of the same language without adjusting the language name.
- move user settings from "defaults" section to "general". Makes the code cleaner and has been that way for historical reasons only anyway. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14592 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a449a3a7a3
commit
b9dbd4ee9c
7 changed files with 114 additions and 101 deletions
|
|
@ -78,7 +78,7 @@ void UninstallWindow::setUserSettings(QSettings *user)
|
|||
{
|
||||
userSettings = user;
|
||||
|
||||
QString mountpoint =userSettings->value("defaults/mountpoint").toString();
|
||||
QString mountpoint =userSettings->value("mountpoint").toString();
|
||||
uninstaller = new Uninstaller(this,mountpoint);
|
||||
|
||||
// disable smart uninstall, if not possible
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue