summaryrefslogtreecommitdiff
path: root/src/wx/swaroop_controls.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/swaroop_controls.cc')
-rw-r--r--src/wx/swaroop_controls.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/swaroop_controls.cc b/src/wx/swaroop_controls.cc
index 8cd3b1d5b..622e943c2 100644
--- a/src/wx/swaroop_controls.cc
+++ b/src/wx/swaroop_controls.cc
@@ -274,7 +274,7 @@ SwaroopControls::log (wxString s)
wxString ts = std_to_wx(string(buffer)) + N_(": ");
_log->SetValue(_log->GetValue() + ts + s + "\n");
- optional<boost::filesystem::path> log = Config::instance()->player_log_file();
+ optional<boost::filesystem::path> log = Config::instance()->player_activity_log_file();
if (!log) {
return;
}