From: Carl Hetherington Date: Wed, 4 Jul 2018 01:45:48 +0000 (+0100) Subject: Debugging message. X-Git-Tag: v2.13.33~13 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=2227cbabb7e135276f56391ed1c460ee5cf76b40 Debugging message. --- diff --git a/src/wx/timeline_dialog.cc b/src/wx/timeline_dialog.cc index dff8c7a3e..ba0e1b15e 100644 --- a/src/wx/timeline_dialog.cc +++ b/src/wx/timeline_dialog.cc @@ -94,7 +94,8 @@ wxString TimelineDialog::bitmap_path (string name) { boost::filesystem::path p = shared_path() / String::compose("%1.png", name); - return std_to_wx (p.string ()); + cout << "Loading " << p.string() << "\n"; + return std_to_wx (p.string()); } void