Sort the encapsulation type combo box similar to the GTK change in r50077.

svn path=/trunk/; revision=50081
This commit is contained in:
Gerald Combs 2013-06-20 18:07:54 +00:00
parent 6c65dd2b30
commit 879d865039
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ ImportTextDialog::ImportTextDialog(QWidget *parent) :
}
}
}
ti_ui_->encapComboBox->model()->sort(0);
}
ImportTextDialog::~ImportTextDialog()