settings dialog bug fix

This commit is contained in:
Max-Wilhelm Bruker
2010-11-30 23:01:01 +01:00
parent ec602aefe1
commit 8bd8b6218e

View File

@@ -80,7 +80,7 @@ void SettingsCache::setTableBgPath(const QString &_tableBgPath)
void SettingsCache::setPlayerBgPath(const QString &_playerBgPath)
{
playerBgPath = _playerBgPath;
settings->setValue("zonebg/player", playerBgPath);
settings->setValue("zonebg/playerarea", playerBgPath);
emit playerBgPathChanged();
}