Cleanup: rename some methods in FilePickerCtrl and use boost::filesystem::path more.
[dcpomatic.git] / src / wx / player_config_dialog.cc
index 5ac1fe28d2f75760a1c3bd6e72442458d9d97cd2..512c64c91314157093116fa9c0a0d045f7f2e010 100644 (file)
@@ -208,7 +208,7 @@ private:
 
        void debug_log_file_changed ()
        {
-               Config::instance()->set_player_debug_log_file(wx_to_std(_debug_log_file->GetPath()));
+               Config::instance()->set_player_debug_log_file(_debug_log_file->path());
        }
 
        wxChoice* _player_mode;