sort keybinding editor alphabetically

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2681 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2007-11-15 21:33:41 +00:00
parent c253da5233
commit 12981c056e
2 changed files with 27 additions and 7 deletions

View file

@ -137,7 +137,7 @@ KeyEditor::populate ()
model->clear ();
for (l = labels.begin(), k = keys.begin(), p = paths.begin(); l != labels.end(); ++k, ++p, ++l) {
TreeModel::Row row;
vector<string> parts;