diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-04 02:45:48 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-04 02:45:48 +0100 |
| commit | 2227cbabb7e135276f56391ed1c460ee5cf76b40 (patch) | |
| tree | 26f16e0f4d1c8de7f92924890eb1c4924129dcf4 | |
| parent | 36b573515b5e27f26063406d2dd59c3041c55513 (diff) | |
Debugging message.
| -rw-r--r-- | src/wx/timeline_dialog.cc | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
