diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-10-27 23:47:23 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-10-27 23:48:26 +0200 |
| commit | a382bddc798c2699c816d92a46718b44485f8889 (patch) | |
| tree | eedbe8de190a42e65110905fefa826ed081770c1 /src/lib | |
| parent | 9d6feb056d3dfd3c1fef59b6340e77fb23830f54 (diff) | |
Manual tweaks.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/config.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/config.cc b/src/lib/config.cc index 4924d13ba..bfde74a75 100644 --- a/src/lib/config.cc +++ b/src/lib/config.cc @@ -967,7 +967,7 @@ Config::write_config () const root->add_child("PlayerActivityLogFile")->add_child_text(_player_activity_log_file->string()); } if (_player_debug_log_file) { - /* [XML] PlayerLogFile Filename to use for player debug logs */ + /* [XML] PlayerLogFile Filename to use for player debug logs. */ root->add_child("PlayerDebugLogFile")->add_child_text(_player_debug_log_file->string()); } if (_player_content_directory) { @@ -989,7 +989,7 @@ Config::write_config () const root->add_child("CustomLanguage")->add_child_text(i.to_string()); } if (_add_files_path) { - /* [XML] The default path that will be offered in the picker when adding files to a film */ + /* [XML] AddFilesPath The default path that will be offered in the picker when adding files to a film. */ root->add_child("AddFilesPath")->add_child_text(_add_files_path->string()); } |
