1
0
Fork 0

(svn r21918) -Fix [FS#4443]: Languages improperly sorted in the "start server" window (adf88)

release/1.1
rubidium 2011-01-26 22:42:50 +00:00
parent a7634b399d
commit 62e5afcdf8
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ void SortNetworkLanguages()
}
/* Sort the strings (we don't move 'any' and the 'invalid' one) */
QSortT(_language_dropdown, NETLANG_COUNT - 1, &StringIDSorter);
QSortT(_language_dropdown + 1, NETLANG_COUNT - 1, &StringIDSorter);
}
/**