diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-18 16:34:40 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-18 16:34:40 +0200 |
commit | 5acd848f79b248511c298ae6321417e1488dc696 (patch) | |
tree | eda7e2ef517d153a46c04debd189bf8edef23999 /src/common/xchat.h | |
parent | 4732505e3030574ccdacbefc1d0ef696813ff705 (diff) |
Initial version of language selector GUI
Diffstat (limited to 'src/common/xchat.h')
-rw-r--r-- | src/common/xchat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/xchat.h b/src/common/xchat.h index 7767d709..06b29494 100644 --- a/src/common/xchat.h +++ b/src/common/xchat.h @@ -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 |