Remove old Connect() wxWidgets API and use Bind().
authorCarl Hetherington <cth@carlh.net>
Fri, 26 Jul 2013 10:14:41 +0000 (11:14 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 26 Jul 2013 10:14:41 +0000 (11:14 +0100)
commit16a7ea91e973b327735658857cbf996cc740be77
treeab67c21cb8cb85274b079268ef7c8d2160e3cae2
parent750ad2a59ff2b3487859b6c290d06c0129cb6aa0
Remove old Connect() wxWidgets API and use Bind().
23 files changed:
src/tools/dcpomatic.cc
src/tools/dcpomatic_batch.cc
src/tools/dcpomatic_server.cc
src/wx/audio_dialog.cc
src/wx/audio_dialog.h
src/wx/audio_mapping_view.cc
src/wx/audio_plot.cc
src/wx/audio_plot.h
src/wx/config_dialog.cc
src/wx/config_dialog.h
src/wx/dir_picker_ctrl.cc
src/wx/dir_picker_ctrl.h
src/wx/film_viewer.cc
src/wx/film_viewer.h
src/wx/filter_view.cc
src/wx/filter_view.h
src/wx/server_dialog.cc
src/wx/server_dialog.h
src/wx/timecode.cc
src/wx/timecode.h
src/wx/timeline.cc
src/wx/timeline.h
src/wx/wx_util.cc