diff --git a/src/GUI/prop_picker.cxx b/src/GUI/prop_picker.cxx index 59674c36d..383581310 100755 --- a/src/GUI/prop_picker.cxx +++ b/src/GUI/prop_picker.cxx @@ -501,6 +501,23 @@ void fgPropPicker::find_props () files [ num_files ] = NULL ; + // Sort the entries. This is a simple N^2 extraction sort. More + // elaborate algorithms aren't necessary for the few dozen + // properties we're going to sort. + for(i=0; i setLabel (startDir);