From 69c18efdca89cef8ba94ed4a999aba9c1f3d6f25 Mon Sep 17 00:00:00 2001 From: glx Date: Thu, 17 Jan 2008 00:21:43 +0000 Subject: (svn r11886) -Add: sort the strings in languages dropdown --- src/strings_type.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/strings_type.h') diff --git a/src/strings_type.h b/src/strings_type.h index c5c90810a..376728821 100644 --- a/src/strings_type.h +++ b/src/strings_type.h @@ -20,11 +20,10 @@ struct Language { /** Used for dynamic language support */ struct DynamicLanguages { - int num; ///< Number of languages - int curr; ///< Currently selected language index - char curr_file[MAX_PATH]; ///< Currently selected language file name without path (needed for saving the filename of the loaded language). - StringID dropdown[MAX_LANG + 1]; ///< List of languages in the settings gui - Language ent[MAX_LANG]; ///< Information about the languages + int num; ///< Number of languages + int curr; ///< Currently selected language index + char curr_file[MAX_PATH]; ///< Currently selected language file name without path (needed for saving the filename of the loaded language). + Language ent[MAX_LANG]; ///< Information about the languages }; // special string constants -- cgit v1.2.3-70-g09d2