From 8bd8b6218eecf0dba6b2f372ffd2b2ebfbf33a4b Mon Sep 17 00:00:00 2001 From: Max-Wilhelm Bruker Date: Tue, 30 Nov 2010 23:01:01 +0100 Subject: [PATCH] settings dialog bug fix --- cockatrice/src/settingscache.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cockatrice/src/settingscache.cpp b/cockatrice/src/settingscache.cpp index 604766cd5..3023d911d 100644 --- a/cockatrice/src/settingscache.cpp +++ b/cockatrice/src/settingscache.cpp @@ -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(); }