diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-02-14 22:10:35 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-02-14 22:10:35 +0000 |
| commit | 7d1c30d17b3494e07fd32dd34cd4806006e725dd (patch) | |
| tree | ed2c22866ca1565785c3ea9b8802d8034fb4b5ee /src/wx/swaroop_controls.cc | |
| parent | 6a1837228d90b49bba78c8822b989463fb4dfb0d (diff) | |
Player log file -> player activity log file.
Diffstat (limited to 'src/wx/swaroop_controls.cc')
| -rw-r--r-- | src/wx/swaroop_controls.cc | 2 |
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; } |
