Initial version of language selector GUI

This commit is contained in:
Berke Viktor
2012-10-18 16:34:40 +02:00
parent 4732505e30
commit 5acd848f79
4 changed files with 22 additions and 4 deletions

View File

@@ -117,6 +117,7 @@ struct xchatprefs
char font_normal[4 * FONTNAMELEN + 1];
char font_main[FONTNAMELEN + 1];
char font_alternative[3 * FONTNAMELEN + 1];
char gui_lang[6]; /* Just enough for xx_YY plus trailing \0 */
#else
char font_normal[FONTNAMELEN + 1];
#endif