mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Merge branch 'export-dialog' into cairocanvas
Fix merge conflicts in: gtk2_ardour/export_range_markers_dialog.cc gtk2_ardour/wscript libs/ardour/ardour/export_handler.h libs/ardour/system_exec.cc libs/pbd/pbd/system_exec.h libs/pbd/system_exec.cc
This commit is contained in:
commit
5399425f53
29 changed files with 992 additions and 367 deletions
|
|
@ -126,7 +126,7 @@ class PortExportChannelSelector : public ExportChannelSelector
|
|||
typedef Gtk::TreeModelColumn<Glib::RefPtr<Gtk::ListStore> > ComboCol;
|
||||
ComboCol port_list_col;
|
||||
|
||||
/* Channel struct, that represents the selected port and it's name */
|
||||
/* Channel struct, that represents the selected port and its name */
|
||||
|
||||
struct Channel {
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue