mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
sort export formats & presets in alphabetical name order
git-svn-id: svn://localhost/ardour2/branches/3.0@9135 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
54a5a796c4
commit
5c4f7313ef
2 changed files with 2 additions and 0 deletions
|
|
@ -50,6 +50,7 @@ ExportFormatSelector::ExportFormatSelector () :
|
|||
/* Format combo */
|
||||
|
||||
format_list = Gtk::ListStore::create (format_cols);
|
||||
format_list->set_sort_column (format_cols.label, Gtk::SORT_ASCENDING);
|
||||
format_combo.set_model (format_list);
|
||||
format_combo.pack_start (format_cols.label);
|
||||
format_combo.set_active (0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue